From 3c8cfa46d13310555c11e8ee166b8c87378ae792 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 23 Oct 2021 19:44:47 +0100 Subject: [PATCH] Correct inspection report issue (missing newline). --- test/ccmath_remainder_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ccmath_remainder_test.cpp b/test/ccmath_remainder_test.cpp index ac5ebd981..65cef6cdd 100644 --- a/test/ccmath_remainder_test.cpp +++ b/test/ccmath_remainder_test.cpp @@ -82,4 +82,4 @@ int main() { return 0; } -#endif \ No newline at end of file +#endif