]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
plugins: push-notification: Reformat push-notification-event-mailboxrename.h.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 1 Dec 2019 10:26:41 +0000 (11:26 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 6 Feb 2020 12:18:41 +0000 (12:18 +0000)
src/plugins/push-notification/push-notification-event-mailboxrename.h

index d932233c9058f6895be5ecf33c44a93a86252b10..66e21f892c8e64428dc28cac1d6677e51b8fb67c 100644 (file)
@@ -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