Style: Apply clang-format again on all files
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
This commit is contained in:
parent
9ff17379c2
commit
d5ca9e2f6f
13 changed files with 20 additions and 23 deletions
|
|
@ -508,7 +508,7 @@ public:
|
|||
} else if (current->has_setting("application/config/name")) {
|
||||
project_name->set_text(current->get("application/config/name"));
|
||||
}
|
||||
|
||||
|
||||
project_name->call_deferred("grab_focus");
|
||||
|
||||
create_dir->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue