Fix formatting
This commit is contained in:
@@ -101,7 +101,7 @@ struct FeatureWriter
|
||||
};
|
||||
|
||||
//
|
||||
} // namespace osrm
|
||||
} // namespace osrm::tools
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user