From: Stephan Bosch Date: Sun, 1 Dec 2019 10:29:28 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-messageread.h. X-Git-Tag: 2.3.10~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8fe7fe20c8a872d169cc8899bc9b9b1578acca;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-messageread.h. --- diff --git a/src/plugins/push-notification/push-notification-event-messageread.h b/src/plugins/push-notification/push-notification-event-messageread.h index 6aa134cf27..6eb5c18ca3 100644 --- a/src/plugins/push-notification/push-notification-event-messageread.h +++ b/src/plugins/push-notification/push-notification-event-messageread.h @@ -3,11 +3,9 @@ #ifndef PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H #define PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H - struct push_notification_event_messageread_data { - /* Can only be true. */ - bool read; + /* Can only be TRUE. */ + bool read; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H */ +#endif