From 9500d53f6c7e9e6a7a14bcf006ec8911d24268a3 Mon Sep 17 00:00:00 2001 From: Andy Neebel Date: Wed, 27 Apr 2016 07:15:24 -0500 Subject: [PATCH] Fixed comment on endif, add newline to end --- tests/CppUTestExt/IEEE754PluginTest_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CppUTestExt/IEEE754PluginTest_c.c b/tests/CppUTestExt/IEEE754PluginTest_c.c index 61a07dbbe..614890b21 100644 --- a/tests/CppUTestExt/IEEE754PluginTest_c.c +++ b/tests/CppUTestExt/IEEE754PluginTest_c.c @@ -76,4 +76,4 @@ void set_everything_c() set_inexact_c(); } -#endif // CPPUTEST_HAVE_FENV \ No newline at end of file +#endif /* CPPUTEST_HAVE_FENV */