From: Stephan Bosch Date: Sun, 1 Dec 2019 10:26:18 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-mailboxdelete.h. X-Git-Tag: 2.3.10~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7618694658cd70ccc5eee662394f400e310efc54;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-mailboxdelete.h. --- diff --git a/src/plugins/push-notification/push-notification-event-mailboxdelete.h b/src/plugins/push-notification/push-notification-event-mailboxdelete.h index 7c3a688a6c..ac367474c0 100644 --- a/src/plugins/push-notification/push-notification-event-mailboxdelete.h +++ b/src/plugins/push-notification/push-notification-event-mailboxdelete.h @@ -3,12 +3,10 @@ #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H #define PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H - struct push_notification_event_mailboxdelete_data { - /* Can only be true. */ - bool deleted; + /* Can only be TRUE. */ + bool deleted; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXDELETE_H */ +#endif