Upgrade formatting to clang-format 10 (#5895)

* Update formatting tools to clang-format-10

* Reformat using clang-format-10.0.09
This commit is contained in:
Daniel Patterson
2020-11-26 07:21:39 -08:00
committed by GitHub
parent a3f1c2afb0
commit 50d9632ed7
373 changed files with 1198 additions and 1163 deletions
+7 -7
View File
@@ -18,9 +18,9 @@ namespace offline
struct Algorithm final
{
};
}
} // namespace offline
} // routing_algorithms
} // namespace routing_algorithms
// Define engine data for offline data facade
template <> struct SearchEngineData<routing_algorithms::offline::Algorithm>
@@ -386,7 +386,7 @@ class ContiguousInternalMemoryDataFacade<routing_algorithms::offline::Algorithm>
}
};
} // datafacade
} // namespace datafacade
// Fallback to MLD algorithm: requires from data facade MLD specific members
namespace routing_algorithms
@@ -427,11 +427,11 @@ void unpackPath(const FacadeT &facade,
mld::unpackPath(facade, packed_path_begin, packed_path_end, phantom_nodes, unpacked_path);
}
} // offline
} // routing_algorithms
} // namespace offline
} // namespace routing_algorithms
} // engine
} // osrm
} // namespace engine
} // namespace osrm
BOOST_AUTO_TEST_SUITE(offline_facade)