From: Stephan Bosch Date: Sun, 1 Dec 2019 10:27:35 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-mailboxunsubscribe.h. X-Git-Tag: 2.3.10~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48bd10a476fe7b151b700f88a8ac8a58c73afe6f;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-mailboxunsubscribe.h. --- diff --git a/src/plugins/push-notification/push-notification-event-mailboxunsubscribe.h b/src/plugins/push-notification/push-notification-event-mailboxunsubscribe.h index 5883a37889..c519da2fb9 100644 --- a/src/plugins/push-notification/push-notification-event-mailboxunsubscribe.h +++ b/src/plugins/push-notification/push-notification-event-mailboxunsubscribe.h @@ -3,12 +3,10 @@ #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXUNSUBSCRIBE_H #define PUSH_NOTIFICATION_EVENT_MAILBOXUNSUBSCRIBE_H - struct push_notification_event_mailboxunsubscribe_data { - /* Can only be false. */ - bool subscribe; + /* Can only be FALSE. */ + bool subscribe; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXUNSUBSCRIBE_H */ +#endif