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

index 7c3a688a6c30311e98f8b3f73d187110dd60f6f6..ac367474c004ad5345aefc4c7e953b3c810ab895 100644 (file)
@@ -3,12 +3,10 @@
 #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H
 #define PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H
 
-
 struct push_notification_event_mailboxdelete_data {
-    /* Can only be true. */
-    bool deleted;
+       /* Can only be TRUE. */
+       bool deleted;
 };
 
-
-#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H */
+#endif