summaryrefslogtreecommitdiff
path: root/LibCore/CNotifier.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/CNotifier.h
parent9145917bf017cabcb797cf97bf21c139f6507c53 (diff)
downloadserenity-39d1a9ae668fea86724a23f29497892664f703ed.zip
Meta: Tweak .clang-format to not wrap braces after enums.
Diffstat (limited to 'LibCore/CNotifier.h')
-rw-r--r--LibCore/CNotifier.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibCore/CNotifier.h b/LibCore/CNotifier.h
index 736d78e04b..196cad8388 100644
--- a/LibCore/CNotifier.h
+++ b/LibCore/CNotifier.h
@@ -4,8 +4,7 @@
class CNotifier {
public:
- enum Event
- {
+ enum Event {
None = 0,
Read = 1,
Write = 2,