Skip to content

Commit

Permalink
Insert newline at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Oct 2, 2023
1 parent 3228cb9 commit 8c92aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ function(add_executable_test executable test_name)
if(args_WILL_FAIL)
_set_will_fail(${target_name})
endif()
endfunction()
endfunction()
2 changes: 1 addition & 1 deletion src/Utilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ function(detect_architecture arch)
message(STATUS "Unknown architecture ${_arch} - using x64")
set(${arch} x64 PARENT_SCOPE)
endif()
endfunction()
endfunction()

0 comments on commit 8c92aea

Please sign in to comment.