Skip to content

Commit 8c92aea

Browse files
committed
Insert newline at eof
1 parent 3228cb9 commit 8c92aea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ function(add_executable_test executable test_name)
377377
if(args_WILL_FAIL)
378378
_set_will_fail(${target_name})
379379
endif()
380-
endfunction()
380+
endfunction()

src/Utilities.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ function(detect_architecture arch)
123123
message(STATUS "Unknown architecture ${_arch} - using x64")
124124
set(${arch} x64 PARENT_SCOPE)
125125
endif()
126-
endfunction()
126+
endfunction()

0 commit comments

Comments
 (0)