]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins: push-notification: Reformat push-notification-event-messageread.h.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 1 Dec 2019 10:29:28 +0000 (11:29 +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-messageread.h

index 6aa134cf271f81dc9c2a5af89979213864c4376a..6eb5c18ca35b411ec0820c22d2471bc9937a7101 100644 (file)
@@ -3,11 +3,9 @@
 #ifndef PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H
 #define PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H
 
-
 struct push_notification_event_messageread_data {
-    /* Can only be true. */
-    bool read;
+       /* Can only be TRUE. */
+       bool read;
 };
 
-
-#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H */
+#endif