summaryrefslogtreecommitdiff
path: root/core/print_string.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-25 13:58:29 +0100
committerGitHub <noreply@github.com>2020-03-25 13:58:29 +0100
commit35e700e931f565aa37040055126fa61f02424ae0 (patch)
tree206d5c959b4e441f3c651eb1065b7292607b6da0 /core/print_string.h
parent5fede4a81c67961c6fb2309b9b0ceb753d143566 (diff)
parent13a9bfbca733821f773ca7ffd990ce962c728924 (diff)
Merge pull request #37290 from akien-mga/style-header-guards-core
Style: Harmonize header guards to style guide [Core]
Diffstat (limited to 'core/print_string.h')
-rw-r--r--core/print_string.h2
1 files changed, 1 insertions, 1 deletions
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