[libcxx-commits] [libcxx] 7006d34 - Ensure newlines at the end of files (NFC)

Kazu Hirata via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 26 08:51:18 PST 2021


Author: Kazu Hirata
Date: 2021-12-26T08:51:06-08:00
New Revision: 7006d34ce753a4e7f3caf71539008176ceaf6e43

URL: https://github.com/llvm/llvm-project/commit/7006d34ce753a4e7f3caf71539008176ceaf6e43
DIFF: https://github.com/llvm/llvm-project/commit/7006d34ce753a4e7f3caf71539008176ceaf6e43.diff

LOG: Ensure newlines at the end of files (NFC)

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/libcxx/src/chrono_system_time_init.h b/libcxx/src/chrono_system_time_init.h
index 3c5a0c33a56aa..b1bdc691b385f 100644
--- a/libcxx/src/chrono_system_time_init.h
+++ b/libcxx/src/chrono_system_time_init.h
@@ -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;

diff  --git a/libcxx/src/experimental/memory_resource_init_helper.h b/libcxx/src/experimental/memory_resource_init_helper.h
index 2e1cae5ecc604..56b9da685878a 100644
--- a/libcxx/src/experimental/memory_resource_init_helper.h
+++ b/libcxx/src/experimental/memory_resource_init_helper.h
@@ -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;

diff  --git a/libcxx/src/iostream_init.h b/libcxx/src/iostream_init.h
index b0a60f42a67c2..7d1bb5c2d7d87 100644
--- a/libcxx/src/iostream_init.h
+++ b/libcxx/src/iostream_init.h
@@ -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;

diff  --git a/third-party/benchmark/src/CMakeLists.txt b/third-party/benchmark/src/CMakeLists.txt
index dd82e9761bd48..e814a4e00f7c2 100644
--- a/third-party/benchmark/src/CMakeLists.txt
+++ b/third-party/benchmark/src/CMakeLists.txt
@@ -156,4 +156,4 @@ else()
       DIRECTORY "${PROJECT_SOURCE_DIR}/docs/"
       DESTINATION ${CMAKE_INSTALL_DOCDIR})
   endif()
-endif()
\ No newline at end of file
+endif()


        


More information about the libcxx-commits mailing list