diff --git a/include/util/meminfo.hpp b/include/util/meminfo.hpp index 9769b30d4..e20599751 100644 --- a/include/util/meminfo.hpp +++ b/include/util/meminfo.hpp @@ -28,4 +28,4 @@ inline void DumpMemoryStats() } } // namespace osrm::util -#endif \ No newline at end of file +#endif diff --git a/src/benchmarks/bench.cpp b/src/benchmarks/bench.cpp index 23566824b..019ff6456 100644 --- a/src/benchmarks/bench.cpp +++ b/src/benchmarks/bench.cpp @@ -661,4 +661,4 @@ catch (const std::exception &e) { std::cerr << "Error: " << e.what() << std::endl; return EXIT_FAILURE; -} \ No newline at end of file +}