From: Stephan Bosch Date: Sun, 1 Dec 2019 10:28:46 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-messageexpunge.h. X-Git-Tag: 2.3.10~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab50b5d322bd3f89444beb5c98c9e682cb582488;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-messageexpunge.h. --- diff --git a/src/plugins/push-notification/push-notification-event-messageexpunge.h b/src/plugins/push-notification/push-notification-event-messageexpunge.h index 32d077ea6e..bc20f73833 100644 --- a/src/plugins/push-notification/push-notification-event-messageexpunge.h +++ b/src/plugins/push-notification/push-notification-event-messageexpunge.h @@ -3,12 +3,10 @@ #ifndef PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H #define PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H - struct push_notification_event_messageexpunge_data { - /* Can only be true. */ - bool expunge; + /* Can only be TRUE. */ + bool expunge; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEEXPUNGE_H */ +#endif