From 13a9bfbca733821f773ca7ffd990ce962c728924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 25 Mar 2020 11:10:34 +0100 Subject: Style: Harmonize header guards to style guide [Core] --- core/error_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/error_macros.h') diff --git a/core/error_macros.h b/core/error_macros.h index 8818dcbe77..18c46c9e7d 100644 --- a/core/error_macros.h +++ b/core/error_macros.h @@ -623,4 +623,4 @@ void _err_print_index_error(const char *p_function, const char *p_file, int p_li } else \ ((void)0) -#endif +#endif // ERROR_MACROS_H -- cgit v1.2.3