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