From: Stephan Bosch Date: Sun, 1 Dec 2019 10:25:55 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-mailboxcreate.h. X-Git-Tag: 2.3.10~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ac04c59503c5c2574066dcad6a3ae657d0d93ea;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-mailboxcreate.h. --- diff --git a/src/plugins/push-notification/push-notification-event-mailboxcreate.h b/src/plugins/push-notification/push-notification-event-mailboxcreate.h index f154247e76..9a5e1bffe2 100644 --- a/src/plugins/push-notification/push-notification-event-mailboxcreate.h +++ b/src/plugins/push-notification/push-notification-event-mailboxcreate.h @@ -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