Ensure all files have trailing new-lines and enforce with clang warning

This commit is contained in:
baldurk
2019-12-02 20:28:05 +00:00
parent fde74d4710
commit ff08748238
158 changed files with 161 additions and 157 deletions
+1 -1
View File
@@ -219,4 +219,4 @@ enum
// otherwise, enable them in development builds
#define ENABLE_UNIT_TESTS RDOC_DEVEL
#endif
#endif
+1 -1
View File
@@ -71,4 +71,4 @@ TEST_CASE("Test spin lock", "[threading]")
CHECK(finalValue == value);
}
#endif // ENABLED(ENABLE_UNIT_TESTS)
#endif // ENABLED(ENABLE_UNIT_TESTS)