Skip to content

Commit 7006d34

Browse files
Ensure newlines at the end of files (NFC)
1 parent fc15fc5 commit 7006d34

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libcxx/src/chrono_system_time_init.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma GCC system_header
2-
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
2+
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma GCC system_header
2-
_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
2+
_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;

libcxx/src/iostream_init.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma GCC system_header
2-
_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
2+
_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;

third-party/benchmark/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ else()
156156
DIRECTORY "${PROJECT_SOURCE_DIR}/docs/"
157157
DESTINATION ${CMAKE_INSTALL_DOCDIR})
158158
endif()
159-
endif()
159+
endif()

0 commit comments

Comments
 (0)