From 1fa04f6f62d115f3000d12ec79281093eec54cae Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 1 Dec 2019 11:25:09 +0100 Subject: [PATCH] plugins: push-notification: Reformat push-notification-event-flagsclear.h. --- .../push-notification-event-flagsclear.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/plugins/push-notification/push-notification-event-flagsclear.h b/src/plugins/push-notification/push-notification-event-flagsclear.h index aca3441318..5412335366 100644 --- a/src/plugins/push-notification/push-notification-event-flagsclear.h +++ b/src/plugins/push-notification/push-notification-event-flagsclear.h @@ -3,23 +3,20 @@ #ifndef PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H #define PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H - #include "mail-types.h" - struct push_notification_event_flagsclear_config { - /* Store the old flags/keywords? */ - bool store_old; + /* Store the old flags/keywords? */ + bool store_old; }; struct push_notification_event_flagsclear_data { - enum mail_flags flags_clear; - ARRAY_TYPE(keywords) keywords_clear; + enum mail_flags flags_clear; + ARRAY_TYPE(keywords) keywords_clear; - enum mail_flags flags_old; - ARRAY_TYPE(keywords) keywords_old; + enum mail_flags flags_old; + ARRAY_TYPE(keywords) keywords_old; }; - -#endif /* PUSH_NOTIFICATION_EVENT_FLAGSCLEAR_H */ +#endif -- 2.47.3