From: Stephan Bosch Date: Sun, 1 Dec 2019 10:29:44 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-messagetrash.h. X-Git-Tag: 2.3.10~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=227aab7fbd4d47c1fd679ee482374673473b8628;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-messagetrash.h. --- diff --git a/src/plugins/push-notification/push-notification-event-messagetrash.h b/src/plugins/push-notification/push-notification-event-messagetrash.h index 0054b1f2ed..712732fa97 100644 --- a/src/plugins/push-notification/push-notification-event-messagetrash.h +++ b/src/plugins/push-notification/push-notification-event-messagetrash.h @@ -3,12 +3,10 @@ #ifndef PUSH_NOTIFICATION_EVENT_MESSAGETRASH_H #define PUSH_NOTIFICATION_EVENT_MESSAGETRASH_H - struct push_notification_event_messagetrash_data { - /* Can only be true. */ - bool trash; + /* Can only be TRUE. */ + bool trash; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MESSAGETRASH_H */ +#endif