Skip to content

Commit

Permalink
Ensure newlines at the end of files (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Dec 26, 2021
1 parent fc15fc5 commit 7006d34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libcxx/src/chrono_system_time_init.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma GCC system_header
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
2 changes: 1 addition & 1 deletion libcxx/src/experimental/memory_resource_init_helper.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma GCC system_header
_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
_LIBCPP_SAFE_STATIC ResourceInitHelper res_init _LIBCPP_INIT_PRIORITY_MAX;
2 changes: 1 addition & 1 deletion libcxx/src/iostream_init.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma GCC system_header
_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
_LIBCPP_HIDDEN ios_base::Init __start_std_streams _LIBCPP_INIT_PRIORITY_MAX;
2 changes: 1 addition & 1 deletion third-party/benchmark/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ else()
DIRECTORY "${PROJECT_SOURCE_DIR}/docs/"
DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
endif()
endif()

0 comments on commit 7006d34

Please sign in to comment.