summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-25 13:58:29 +0100
committerGitHub <noreply@github.com>2020-03-25 13:58:29 +0100
commit35e700e931f565aa37040055126fa61f02424ae0 (patch)
tree206d5c959b4e441f3c651eb1065b7292607b6da0 /editor
parent5fede4a81c67961c6fb2309b9b0ceb753d143566 (diff)
parent13a9bfbca733821f773ca7ffd990ce962c728924 (diff)
Merge pull request #37290 from akien-mga/style-header-guards-core
Style: Harmonize header guards to style guide [Core]
Diffstat (limited to 'editor')
-rw-r--r--editor/project_settings_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/project_settings_editor.h b/editor/project_settings_editor.h
index 52e7612acd..2cecb13198 100644
--- a/editor/project_settings_editor.h
+++ b/editor/project_settings_editor.h
@@ -28,8 +28,8 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#ifndef PROJECT_SETTINGS_H
-#define PROJECT_SETTINGS_H
+#ifndef PROJECT_SETTINGS_EDITOR_H
+#define PROJECT_SETTINGS_EDITOR_H
#include "core/undo_redo.h"
#include "editor/editor_autoload_settings.h"
@@ -204,4 +204,4 @@ public:
ProjectSettingsEditor(EditorData *p_data);
};
-#endif // PROJECT_SETTINGS_H
+#endif // PROJECT_SETTINGS_EDITOR_H