summaryrefslogtreecommitdiffstats
path: root/drivers/generic_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/generic_math.h')
-rw-r--r--drivers/generic_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/generic_math.h b/drivers/generic_math.h
index 459cf2a276..b5638eb02d 100644
--- a/drivers/generic_math.h
+++ b/drivers/generic_math.h
@@ -255,4 +255,4 @@ static double inline gen_cos(double x)
#undef cos
#define cos(x) gen_cos(x)
-#endif \ No newline at end of file
+#endif /* GENERIC_MATH_H */