Ensure newlines at the end of files (NFC)

This commit is contained in:
Kazu Hirata 2021-12-26 08:51:06 -08:00
parent fc15fc57e6
commit 7006d34ce7
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#pragma GCC system_header
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;

View File

@ -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;

View File

@ -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;

View File

@ -156,4 +156,4 @@ else()
DIRECTORY "${PROJECT_SOURCE_DIR}/docs/"
DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
endif()
endif()