From 5ac04c59503c5c2574066dcad6a3ae657d0d93ea Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 1 Dec 2019 11:25:55 +0100 Subject: [PATCH] plugins: push-notification: Reformat push-notification-event-mailboxcreate.h. --- .../push-notification-event-mailboxcreate.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.47.3