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); -