From 5ab103a4efb028415541b2130d61dea5dac5fa7b Mon Sep 17 00:00:00 2001 From: bumbread Date: Wed, 6 Jul 2022 10:14:05 +1100 Subject: [PATCH] End of file newlines --- inc/fenv.h | 2 +- inc/math.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/fenv.h b/inc/fenv.h index dd166d4..234803a 100644 --- a/inc/fenv.h +++ b/inc/fenv.h @@ -59,4 +59,4 @@ int _fedisabletraps(int excepts); #if defined(_CIABATTA_EXT) #define feenabletraps _feenabletraps #define fedisabletraps _fedisabletraps -#endif \ No newline at end of file +#endif diff --git a/inc/math.h b/inc/math.h index e55d380..4b91d55 100644 --- a/inc/math.h +++ b/inc/math.h @@ -299,4 +299,3 @@ long double tgammal (long double); double trunc (double); float truncf (float); long double truncl (long double); -