summaryrefslogtreecommitdiff
path: root/LibCore/CEventLoop.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-07 17:13:23 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-07 17:13:23 +0200
commit39d1a9ae668fea86724a23f29497892664f703ed (patch)
treea14df3d0f04b442ff90465e34462c66fbb209925 /LibCore/CEventLoop.h
parent9145917bf017cabcb797cf97bf21c139f6507c53 (diff)
downloadserenity-39d1a9ae668fea86724a23f29497892664f703ed.zip
Meta: Tweak .clang-format to not wrap braces after enums.
Diffstat (limited to 'LibCore/CEventLoop.h')
-rw-r--r--LibCore/CEventLoop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibCore/CEventLoop.h b/LibCore/CEventLoop.h
index dbcc67ddb7..8cab0bbe99 100644
--- a/LibCore/CEventLoop.h
+++ b/LibCore/CEventLoop.h
@@ -21,8 +21,7 @@ public:
int exec();
- enum class WaitMode
- {
+ enum class WaitMode {
WaitForEvents,
PollForEvents,
};