Style: Apply new changes from clang-format 8.0
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes).
This commit is contained in:
@ -86,7 +86,9 @@ void FileDialog::_unhandled_input(const Ref<InputEvent> &p_event) {
|
||||
|
||||
_dir_entered("..");
|
||||
} break;
|
||||
default: { handled = false; }
|
||||
default: {
|
||||
handled = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (handled)
|
||||
|
||||
Reference in New Issue
Block a user