Skip to content

Commit

Permalink
Make sure files edited have newline ending
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Oct 14, 2024
1 parent e05c260 commit 6ff2714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/c_preproc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ macro( wrf_expand_definitions )
endforeach()

set( ${WRF_EXP_RESULT_VAR} ${WRF_EXP_DEFS} )
endmacro()
endmacro()
2 changes: 1 addition & 1 deletion cmake/target_source_properties.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ function( apply_target_source_properties )
endif()
endforeach() # sources
endforeach() # targets
endfunction()
endfunction()

0 comments on commit 6ff2714

Please sign in to comment.