summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcxx/src/chrono_system_time_init.h2
-rw-r--r--libcxx/src/experimental/memory_resource_init_helper.h2
-rw-r--r--libcxx/src/iostream_init.h2
-rw-r--r--third-party/benchmark/src/CMakeLists.txt2
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 3c5a0c33a56a..b1bdc691b385 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 2e1cae5ecc60..56b9da685878 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 b0a60f42a67c..7d1bb5c2d7d8 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 dd82e9761bd4..e814a4e00f7c 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()