Removing trailing spaces and adding eol at eof

This commit is contained in:
David Landa Marban
2025-10-02 12:54:58 +02:00
parent 21fea7f599
commit a7fde98608
49 changed files with 1015 additions and 1034 deletions
-2
View File
@@ -81,5 +81,3 @@ catch (const std::exception &e) {
std::cerr << "Program threw an exception: " << e.what() << "\n";
throw;
}