diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-07-30 22:53:40 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-07-30 22:53:40 +0200 |
commit | 76005a8e75d4e63ad0477e11dbc8cc1c86666875 (patch) | |
tree | e177bf6b716fe267ac39ec3047ff0a2156e0a59b /editor/script_create_dialog.cpp | |
parent | 55494073081bd111dc6af8502f77cf344c64b56c (diff) |
Style: Apply clang-format on all files
Thus fixing some invalid changes that had still made it to the master branch.
Diffstat (limited to 'editor/script_create_dialog.cpp')
-rw-r--r-- | editor/script_create_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_create_dialog.cpp b/editor/script_create_dialog.cpp index c3a3410717..d81161ae94 100644 --- a/editor/script_create_dialog.cpp +++ b/editor/script_create_dialog.cpp @@ -31,9 +31,9 @@ #include "editor/editor_scale.h" #include "editor_file_system.h" -#include "project_settings.h" #include "io/resource_saver.h" #include "os/file_access.h" +#include "project_settings.h" #include "script_language.h" void ScriptCreateDialog::_notification(int p_what) { |