mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 14:55:07 +00:00
LibGUI+FileManager: Misc tweaks courtesy of clang-format
This commit is contained in:
parent
fdeb91e000
commit
10324f95b0
16 changed files with 21 additions and 20 deletions
|
@ -272,8 +272,10 @@ int main(int argc, char** argv)
|
|||
properties->exec();
|
||||
});
|
||||
|
||||
enum class ConfirmBeforeDelete { No,
|
||||
Yes };
|
||||
enum class ConfirmBeforeDelete {
|
||||
No,
|
||||
Yes
|
||||
};
|
||||
|
||||
auto do_delete = [&](ConfirmBeforeDelete confirm, const GAction& action) {
|
||||
Vector<String> paths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue