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/print_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/print_string.h') diff --git a/core/print_string.h b/core/print_string.h index c2cf1c293b..d83cc35dd6 100644 --- a/core/print_string.h +++ b/core/print_string.h @@ -60,4 +60,4 @@ extern void print_line(String p_string); extern void print_error(String p_string); extern void print_verbose(String p_string); -#endif +#endif // PRINT_STRING_H -- cgit v1.2.3