From bff14142b08a979c736771ace5107173a166065b Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Wed, 3 Mar 2021 10:38:28 +0100 Subject: [PATCH] Newline warning fixes --- 3party/liboauthcpp/src/base64.cpp | 2 +- 3party/liboauthcpp/src/base64.h | 2 +- 3party/open-location-code/codearea.h | 2 +- 3party/pugixml/scripts/CMakeLists.txt | 2 +- android/src/com/mapswithme/maps/downloader/UpdateInfo.java | 2 +- geometry/geometry_tests/area_on_earth_tests.cpp | 2 +- partners_api/ads/mastercard_sber_ads.hpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/3party/liboauthcpp/src/base64.cpp b/3party/liboauthcpp/src/base64.cpp index 8cd3346c1e..c0bb07cd02 100644 --- a/3party/liboauthcpp/src/base64.cpp +++ b/3party/liboauthcpp/src/base64.cpp @@ -120,4 +120,4 @@ std::string base64_decode(std::string const& encoded_string) { } return ret; -} \ No newline at end of file +} diff --git a/3party/liboauthcpp/src/base64.h b/3party/liboauthcpp/src/base64.h index ceb13579ce..65d5db8b22 100644 --- a/3party/liboauthcpp/src/base64.h +++ b/3party/liboauthcpp/src/base64.h @@ -1,4 +1,4 @@ #include std::string base64_encode(unsigned char const* , unsigned int len); -std::string base64_decode(std::string const& s); \ No newline at end of file +std::string base64_decode(std::string const& s); diff --git a/3party/open-location-code/codearea.h b/3party/open-location-code/codearea.h index ea36216df0..795e3ca92b 100644 --- a/3party/open-location-code/codearea.h +++ b/3party/open-location-code/codearea.h @@ -31,4 +31,4 @@ class CodeArea { } // namespace openlocationcode -#endif // LOCATION_OPENLOCATIONCODE_CODEAREA_H_ \ No newline at end of file +#endif // LOCATION_OPENLOCATIONCODE_CODEAREA_H_ diff --git a/3party/pugixml/scripts/CMakeLists.txt b/3party/pugixml/scripts/CMakeLists.txt index 40a7ab0e00..09c05c5de3 100755 --- a/3party/pugixml/scripts/CMakeLists.txt +++ b/3party/pugixml/scripts/CMakeLists.txt @@ -49,4 +49,4 @@ if(BUILD_TESTS) add_executable(check ${TEST_SOURCES}) target_link_libraries(check pugixml) add_custom_command(TARGET check POST_BUILD COMMAND check WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/..) -endif() \ No newline at end of file +endif() diff --git a/android/src/com/mapswithme/maps/downloader/UpdateInfo.java b/android/src/com/mapswithme/maps/downloader/UpdateInfo.java index de2b7f7aa8..2481c71ad7 100644 --- a/android/src/com/mapswithme/maps/downloader/UpdateInfo.java +++ b/android/src/com/mapswithme/maps/downloader/UpdateInfo.java @@ -13,4 +13,4 @@ public final class UpdateInfo this.filesCount = filesCount; this.totalSize = totalSize; } -} \ No newline at end of file +} diff --git a/geometry/geometry_tests/area_on_earth_tests.cpp b/geometry/geometry_tests/area_on_earth_tests.cpp index 5f149860b1..9bb490686b 100644 --- a/geometry/geometry_tests/area_on_earth_tests.cpp +++ b/geometry/geometry_tests/area_on_earth_tests.cpp @@ -35,4 +35,4 @@ UNIT_TEST(AreaOnEarth_ThreePoints) TEST_ALMOST_EQUAL_ABS(ms::AreaOnEarth({90.0, 0.0}, {0.0, 90.0}, {0.0, -90.0}), kEarthSurfaceArea / 4.0, 1e-1, ()); -} \ No newline at end of file +} diff --git a/partners_api/ads/mastercard_sber_ads.hpp b/partners_api/ads/mastercard_sber_ads.hpp index 26adcfb645..acc43bb730 100644 --- a/partners_api/ads/mastercard_sber_ads.hpp +++ b/partners_api/ads/mastercard_sber_ads.hpp @@ -12,4 +12,4 @@ public: private: std::string GetBannerInternal() const override; }; -} // namespace ads \ No newline at end of file +} // namespace ads