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
+1 -1
View File
@@ -20,7 +20,7 @@ struct interger_alias
struct double_alias
{
};
}
} // namespace tag
int main(int, char **)
{
+2 -1
View File
@@ -18,7 +18,8 @@
#include <cstdlib>
int main(int argc, const char *argv[]) try
int main(int argc, const char *argv[])
try
{
if (argc < 2)
{
+2 -2
View File
@@ -74,8 +74,8 @@ void benchmark(BenchStaticRTree &rtree, unsigned num_queries)
return rtree.Nearest(q, 10);
});
}
}
}
} // namespace benchmarks
} // namespace osrm
int main(int argc, char **argv)
{