diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-25 14:50:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 14:50:38 +0200 |
commit | 679633f50538f615dab70c070402970fef298a6c (patch) | |
tree | 455805c3a8c1d81fce06bdfe2c4748da41b1aea1 /platform/ios/export/godot_plugin_config.h | |
parent | 18596f6b3dd8a3bda04d0367d37f94c579a8a6e7 (diff) | |
parent | 90019676b076abdfc076ed6f38005d6cce89923b (diff) |
Merge pull request #63368 from akien-mga/fix_header_guards
Code quality: Fix header guards consistency
Diffstat (limited to 'platform/ios/export/godot_plugin_config.h')
-rw-r--r-- | platform/ios/export/godot_plugin_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/export/godot_plugin_config.h b/platform/ios/export/godot_plugin_config.h index d2a2de4947..5ca8b05b42 100644 --- a/platform/ios/export/godot_plugin_config.h +++ b/platform/ios/export/godot_plugin_config.h @@ -129,4 +129,4 @@ struct PluginConfigIOS { static PluginConfigIOS load_plugin_config(Ref<ConfigFile> config_file, const String &path); }; -#endif // GODOT_PLUGIN_CONFIG_H +#endif // IOS_GODOT_PLUGIN_CONFIG_H |