Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ struct FeatureWriter
};
//
} // namespace osrm
} // namespace osrm::tools
int main(int argc, char *argv[])
{
+1 -1
View File
@@ -68,7 +68,7 @@ std::istream &operator>>(std::istream &in, EngineConfig::Algorithm &algorithm)
throw util::RuntimeError(token, ErrorCode::UnknownAlgorithm, SOURCE_REF);
return in;
}
} // namespace osrm
} // namespace osrm::engine
// generate boost::program_options object for the routing part
inline unsigned generateServerProgramOptions(const int argc,