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:
@@ -9,4 +9,4 @@ namespace osrm
|
||||
|
||||
void contract(const contractor::ContractorConfig &config) { contractor::Contractor(config).Run(); }
|
||||
|
||||
} // ns osrm
|
||||
} // namespace osrm
|
||||
|
||||
@@ -9,4 +9,4 @@ namespace osrm
|
||||
|
||||
void customize(const CustomizationConfig &config) { customizer::Customizer().Run(config); }
|
||||
|
||||
} // ns osrm
|
||||
} // namespace osrm
|
||||
|
||||
@@ -15,4 +15,4 @@ void extract(const extractor::ExtractorConfig &config)
|
||||
extractor::Extractor(config).run(scripting_environment);
|
||||
}
|
||||
|
||||
} // ns osrm
|
||||
} // namespace osrm
|
||||
|
||||
+1
-1
@@ -92,4 +92,4 @@ engine::Status OSRM::Tile(const engine::api::TileParameters ¶ms,
|
||||
return engine_->Tile(params, result);
|
||||
}
|
||||
|
||||
} // ns osrm
|
||||
} // namespace osrm
|
||||
|
||||
@@ -9,4 +9,4 @@ namespace osrm
|
||||
|
||||
void partition(const PartitionerConfig &config) { partitioner::Partitioner().Run(config); }
|
||||
|
||||
} // ns osrm
|
||||
} // namespace osrm
|
||||
|
||||
Reference in New Issue
Block a user