From 7006d34ce753a4e7f3caf71539008176ceaf6e43 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 26 Dec 2021 08:51:06 -0800 Subject: [PATCH] Ensure newlines at the end of files (NFC) --- libcxx/src/chrono_system_time_init.h | 2 +- libcxx/src/experimental/memory_resource_init_helper.h | 2 +- libcxx/src/iostream_init.h | 2 +- third-party/benchmark/src/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libcxx/src/chrono_system_time_init.h b/libcxx/src/chrono_system_time_init.h index 3c5a0c33a56aa3..b1bdc691b385f2 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 2e1cae5ecc6041..56b9da685878a9 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 b0a60f42a67c24..7d1bb5c2d7d87e 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 dd82e9761bd487..e814a4e00f7c2a 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()