From e4865fe9b5996b71ea396dc5d2cbd0d0f3d0acb8 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 13 Oct 2023 06:19:10 -0300 Subject: [PATCH] fix warnings --- include/functions.h | 2 +- include/global.h | 2 +- include/macros.h | 2 +- include/variables.h | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/functions.h b/include/functions.h index 88a0c639..701b7d1c 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,4 +1,4 @@ #ifndef FUNCTIONS_H #define FUNCTIONS_H -#endif \ No newline at end of file +#endif diff --git a/include/global.h b/include/global.h index 540e5c68..3fc55dc5 100644 --- a/include/global.h +++ b/include/global.h @@ -6,4 +6,4 @@ #include "variables.h" #include "macros.h" -#endif // GLOBAL_H \ No newline at end of file +#endif // GLOBAL_H diff --git a/include/macros.h b/include/macros.h index 85bcec1d..5a7124ff 100644 --- a/include/macros.h +++ b/include/macros.h @@ -3,4 +3,4 @@ -#endif // MACROS_H \ No newline at end of file +#endif // MACROS_H diff --git a/include/variables.h b/include/variables.h index ad00e8bc..e95d5995 100644 --- a/include/variables.h +++ b/include/variables.h @@ -3,4 +3,5 @@ -#endif // VARIABLES_H \ No newline at end of file +#endif // VARIABLES_H +