From: Stephan Bosch Date: Sun, 1 Dec 2019 10:26:41 +0000 (+0100) Subject: plugins: push-notification: Reformat push-notification-event-mailboxrename.h. X-Git-Tag: 2.3.10~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86df2df2585655307d4beb2c380ef349ead741fb;p=thirdparty%2Fdovecot%2Fcore.git plugins: push-notification: Reformat push-notification-event-mailboxrename.h. --- diff --git a/src/plugins/push-notification/push-notification-event-mailboxrename.h b/src/plugins/push-notification/push-notification-event-mailboxrename.h index d932233c90..66e21f892c 100644 --- a/src/plugins/push-notification/push-notification-event-mailboxrename.h +++ b/src/plugins/push-notification/push-notification-event-mailboxrename.h @@ -3,11 +3,9 @@ #ifndef PUSH_NOTIFICATION_EVENT_MAILBOXRENAME_H #define PUSH_NOTIFICATION_EVENT_MAILBOXRENAME_H - struct push_notification_event_mailboxrename_data { - const char *old_mbox; + const char *old_mbox; }; - -#endif /* PUSH_NOTIFICATION_EVENT_MAILBOXRENAME_H */ +#endif