From 9ce059f2166f8e52b9a23df8564bc7bed06b67d7 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 12 Jul 2024 22:45:56 +0200 Subject: [PATCH] wip --- include/util/meminfo.hpp | 2 +- src/benchmarks/bench.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}