style: Remove trailing blank lines from all CMake sources

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.
This commit is contained in:
Matthew Woehlke
2024-11-21 13:53:01 -05:00
committed by Brad King
parent 908b2ca27c
commit 99ac59d31b
68 changed files with 0 additions and 84 deletions

View File

@@ -8,4 +8,3 @@ class HelloWorld
System.out.println("Hello World!");
}
}