mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
This commit is contained in:
@@ -59,4 +59,4 @@ public:
|
||||
|
||||
#endif // GLES3_ENABLED
|
||||
|
||||
#endif // !FOG_GLES3_H
|
||||
#endif // FOG_GLES3_H
|
||||
|
||||
@@ -93,4 +93,4 @@ public:
|
||||
|
||||
#endif // GLES3_ENABLED
|
||||
|
||||
#endif // !GI_GLES3_H
|
||||
#endif // GI_GLES3_H
|
||||
|
||||
Reference in New Issue
Block a user