Ensure newlines at the end of files (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 26 Dec 2021 16:51:06 +0000 (08:51 -0800)
committerKazu Hirata <kazu@google.com>
Sun, 26 Dec 2021 16:51:06 +0000 (08:51 -0800)
libcxx/src/chrono_system_time_init.h
libcxx/src/experimental/memory_resource_init_helper.h
libcxx/src/iostream_init.h
third-party/benchmark/src/CMakeLists.txt

index 3c5a0c3..b1bdc69 100644 (file)
@@ -1,2 +1,2 @@
 #pragma GCC system_header
-GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
\ No newline at end of file
+GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
index 2e1cae5..56b9da6 100644 (file)
@@ -1,2 +1,2 @@
 #pragma GCC system_header
-_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
\ No newline at end of file
+_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
index b0a60f4..7d1bb5c 100644 (file)
@@ -1,2 +1,2 @@
 #pragma GCC system_header
-_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
\ No newline at end of file
+_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
index dd82e97..e814a4e 100644 (file)
@@ -156,4 +156,4 @@ else()
       DIRECTORY "${PROJECT_SOURCE_DIR}/docs/"
       DESTINATION ${CMAKE_INSTALL_DOCDIR})
   endif()
-endif()
\ No newline at end of file
+endif()