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

index f154247e7685f250fed8d8e2b1a0b55d06e3d61d..9a5e1bffe267553372af3072ddb886b0e6bd9b4a 100644 (file)
@@ -3,12 +3,10 @@
 #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXCREATE_H
 #define PUSH_NOTIFICATION_EVENT_MAILBOXCREATE_H
 
-
 struct push_notification_event_mailboxcreate_data {
-    /* RFC 5423 [4.4]: UIDVALIDITY required for create event. */
-    uint32_t uid_validity;
+       /* RFC 5423 [4.4]: UIDVALIDITY required for create event. */
+       uint32_t uid_validity;
 };
 
-
-#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXCREATE_H */
+#endif