Skip to content

Commit 3568181

Browse files
committed
adding newline in file end for consistency
1 parent 7e6d7a8 commit 3568181

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/pystringConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if(NOT TARGET pystring::pystring AND NOT TARGET pystring::pystring_header_only)
55
include("${CMAKE_CURRENT_LIST_DIR}/pystringTargets.cmake")
66
endif()
77

8-
check_required_components(pystring)
8+
check_required_components(pystring)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ executable(
7272
'test_header_only_define.cpp',
7373
dependencies: pystring_header_only_dep,
7474
build_by_default: true,
75-
)
75+
)

test_header_only_define.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#ifndef PYSTRING_HEADER_ONLY
33
#error "PYSTRING_HEADER_ONLY must be defined when using the header-only target"
44
#endif
5-
int main() { return 0; }
5+
int main() { return 0; }

0 commit comments

Comments
 (0)