mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
99ac59d31b
Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement.
7 lines
50 B
FortranFixed
7 lines
50 B
FortranFixed
PROGRAM TESTF
|
|
|
|
CALL HELLO()
|
|
CALL WORLD()
|
|
|
|
END
|