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
@@ -233,6 +233,6 @@ class CellCustomizer
const partitioner::MultiLevelPartition &partition;
};
} // namespace osrm
} // namespace osrm::customizer
#endif // OSRM_CELLS_CUSTOMIZER_HPP
+1 -1
View File
@@ -24,6 +24,6 @@ template <storage::Ownership Ownership> struct CellMetricImpl
using CellMetric = detail::CellMetricImpl<storage::Ownership::Container>;
using CellMetricView = detail::CellMetricImpl<storage::Ownership::View>;
} // namespace osrm
} // namespace osrm::customizer
#endif
+1 -1
View File
@@ -12,6 +12,6 @@ class Customizer
int Run(const CustomizationConfig &config);
};
} // namespace osrm
} // namespace osrm::customizer
#endif // OSRM_CUSTOMIZE_CUSTOMIZER_HPP
+1 -1
View File
@@ -37,6 +37,6 @@ struct CustomizationConfig final : storage::IOConfig
updater::UpdaterConfig updater_config;
};
} // namespace osrm
} // namespace osrm::customizer
#endif // OSRM_CUSTOMIZE_CUSTOMIZER_CONFIG_HPP
+1 -1
View File
@@ -124,6 +124,6 @@ using MultiLevelEdgeBasedGraph =
MultiLevelGraph<EdgeBasedGraphEdgeData, storage::Ownership::Container>;
using MultiLevelEdgeBasedGraphView =
MultiLevelGraph<EdgeBasedGraphEdgeData, storage::Ownership::View>;
} // namespace osrm
} // namespace osrm::customizer
#endif
+1 -1
View File
@@ -102,6 +102,6 @@ inline void writeGraph(const boost::filesystem::path &path,
writer.WriteFrom("/mld/connectivity_checksum", connectivity_checksum);
serialization::write(writer, "/mld/multilevelgraph", graph);
}
} // namespace osrm
} // namespace osrm::customizer::files
#endif
+1 -1
View File
@@ -61,6 +61,6 @@ inline void write(storage::tar::FileWriter &writer,
storage::serialization::write(writer, name + "/is_backward_edge", graph.is_backward_edge);
storage::serialization::write(writer, name + "/node_to_edge_offset", graph.node_to_edge_offset);
}
} // namespace osrm
} // namespace osrm::customizer::serialization
#endif