diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
commit | 4d9746c828558c9f872e0aed52442863affb25d5 (patch) | |
tree | 507d7c2ba67f47d3cbbcf01a722236ff1b48426b /common/notification.h | |
parent | 9cea920b7dd51867a0be0fed2f461b6be73c103e (diff) | |
download | sink-4d9746c828558c9f872e0aed52442863affb25d5.tar.gz sink-4d9746c828558c9f872e0aed52442863affb25d5.zip |
Fromatted the whole codebase with clang-format.
clang-format -i */**{.cpp,.h}
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/notification.h b/common/notification.h index cf69a99..0eb796d 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -22,8 +22,7 @@ | |||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | #include <QString> | 23 | #include <QString> |
24 | 24 | ||
25 | namespace Sink | 25 | namespace Sink { |
26 | { | ||
27 | 26 | ||
28 | /** | 27 | /** |
29 | * A notification | 28 | * A notification |
@@ -36,5 +35,4 @@ public: | |||
36 | QString message; | 35 | QString message; |
37 | int code; | 36 | int code; |
38 | }; | 37 | }; |
39 | |||
40 | } | 38 | } |