summaryrefslogtreecommitdiff
path: root/core/string/ustring.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-09-26 15:48:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-09-26 15:48:56 +0200
commit926c1127e92a8ae12121df95901d1d03e413db08 (patch)
tree336b45e8fffcde82017fd8be918e8b316ded5517 /core/string/ustring.h
parent581db8b4e60c2a2fa4d0be076030b326784c69bb (diff)
parent49fcf4ffad4172c2e9dd2249222b628e420c3cc4 (diff)
Merge pull request #66435 from akien-mga/style-header-guards-cleanup
Cleanup header guards for consistency
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r--core/string/ustring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h
index b8ae3c2392..4b6568a502 100644
--- a/core/string/ustring.h
+++ b/core/string/ustring.h
@@ -28,11 +28,11 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-// Note: _GODOT suffix added to avoid conflict with ICU header with the same guard.
-
#ifndef USTRING_GODOT_H
#define USTRING_GODOT_H
+// Note: _GODOT suffix added to header guard to avoid conflict with ICU header.
+
#include "core/string/char_utils.h"
#include "core/templates/cowdata.h"
#include "core/templates/vector.h"