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/math/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/geometry.h') diff --git a/core/math/geometry.h b/core/math/geometry.h index 6453d16181..becbcdbf0f 100644 --- a/core/math/geometry.h +++ b/core/math/geometry.h @@ -1019,4 +1019,4 @@ private: static Vector> _polypath_offset(const Vector &p_polypath, real_t p_delta, PolyJoinType p_join_type, PolyEndType p_end_type); }; -#endif +#endif // GEOMETRY_H -- cgit v1.2.3