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/io/xml_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/io/xml_parser.h') diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h index 47e276da28..26c3e6802f 100644 --- a/core/io/xml_parser.h +++ b/core/io/xml_parser.h @@ -121,4 +121,4 @@ public: ~XMLParser(); }; -#endif +#endif // XML_PARSER_H -- cgit v1.2.3