]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins: push-notification: Reformat push-notification-event-messageexpunge.h.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 1 Dec 2019 10:28:46 +0000 (11:28 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 6 Feb 2020 12:18:41 +0000 (12:18 +0000)
src/plugins/push-notification/push-notification-event-messageexpunge.h

index 32d077ea6e9697e48a5dcc1b62dca776fcc8e9a8..bc20f73833fe92357cb7007bf72341554800d37a 100644 (file)
@@ -3,12 +3,10 @@
 #ifndef PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H
 #define PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H
 
-
 struct push_notification_event_messageexpunge_data {
-    /* Can only be true. */
-    bool expunge;
+       /* Can only be TRUE. */
+       bool expunge;
 };
 
-
-#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H */
+#endif