From 90ce5dae668421fec3a5b21ec24c01725ca3eb2a Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 1 Dec 2019 11:27:17 +0100 Subject: [PATCH] plugins: push-notification: Reformat push-notification-event-mailboxsubscribe.h. --- .../push-notification-event-mailboxsubscribe.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/plugins/push-notification/push-notification-event-mailboxsubscribe.h b/src/plugins/push-notification/push-notification-event-mailboxsubscribe.h index 4be6e56540..d2784827b5 100644 --- a/src/plugins/push-notification/push-notification-event-mailboxsubscribe.h +++ b/src/plugins/push-notification/push-notification-event-mailboxsubscribe.h @@ -3,12 +3,10 @@ #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXSUBSCRIBE_H #define PUSH_NOTIFICATION_EVENT_MAILBOXSUBSCRIBE_H - struct push_notification_event_mailboxsubscribe_data { - /* Can only be true. */ - bool subscribe; + /* Can only be TRUE. */ + bool subscribe; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXSUBSCRIBE_H */ +#endif -- 2.47.3