diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-07 17:13:23 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-07 17:13:23 +0200 |
commit | 39d1a9ae668fea86724a23f29497892664f703ed (patch) | |
tree | a14df3d0f04b442ff90465e34462c66fbb209925 /LibGUI/GFileSystemModel.h | |
parent | 9145917bf017cabcb797cf97bf21c139f6507c53 (diff) | |
download | serenity-39d1a9ae668fea86724a23f29497892664f703ed.zip |
Meta: Tweak .clang-format to not wrap braces after enums.
Diffstat (limited to 'LibGUI/GFileSystemModel.h')
-rw-r--r-- | LibGUI/GFileSystemModel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibGUI/GFileSystemModel.h b/LibGUI/GFileSystemModel.h index 842f913868..5e7c7545e7 100644 --- a/LibGUI/GFileSystemModel.h +++ b/LibGUI/GFileSystemModel.h @@ -6,8 +6,7 @@ class GFileSystemModel : public GModel { friend class Node; public: - enum Mode - { + enum Mode { Invalid, DirectoriesOnly, FilesAndDirectories |