dovecot-2.2: push-notification: Added missing newlines to end of...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 24 07:12:53 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/aa23e99981d7
changeset: 19206:aa23e99981d7
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 24 10:11:29 2015 +0300
description:
push-notification: Added missing newlines to end of files to prevent compiler warnings.

diffstat:

 src/plugins/push-notification/push-notification-driver-dlog.c          |  2 +-
 src/plugins/push-notification/push-notification-drivers.c              |  2 +-
 src/plugins/push-notification/push-notification-event-flagsset.c       |  2 +-
 src/plugins/push-notification/push-notification-event-messageappend.c  |  2 +-
 src/plugins/push-notification/push-notification-event-messageexpunge.c |  2 +-
 src/plugins/push-notification/push-notification-event-messageread.h    |  2 +-
 src/plugins/push-notification/push-notification-events-rfc5423.c       |  2 +-
 src/plugins/push-notification/push-notification-events.c               |  2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diffs (80 lines):

diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-driver-dlog.c
--- a/src/plugins/push-notification/push-notification-driver-dlog.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-driver-dlog.c	Thu Sep 24 10:11:29 2015 +0300
@@ -113,4 +113,4 @@
         .deinit = push_notification_driver_dlog_deinit,
         .cleanup = push_notification_driver_dlog_cleanup
     }
-};
\ No newline at end of file
+};
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-drivers.c
--- a/src/plugins/push-notification/push-notification-drivers.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-drivers.c	Thu Sep 24 10:11:29 2015 +0300
@@ -186,4 +186,4 @@
             array_free(&push_notification_drivers);
         }
     }
-}
\ No newline at end of file
+}
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-event-flagsset.c
--- a/src/plugins/push-notification/push-notification-event-flagsset.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-event-flagsset.c	Thu Sep 24 10:11:29 2015 +0300
@@ -171,4 +171,4 @@
         .flagchange = push_notification_event_flagsset_flags_event,
         .keywordchange = push_notification_event_flagsset_keywords_event
     }
-};
\ No newline at end of file
+};
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-event-messageappend.c
--- a/src/plugins/push-notification/push-notification-event-messageappend.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-event-messageappend.c	Thu Sep 24 10:11:29 2015 +0300
@@ -112,4 +112,4 @@
     .msg_triggers = {
         .append = push_notification_event_messageappend_event
     }
-};
\ No newline at end of file
+};
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-event-messageexpunge.c
--- a/src/plugins/push-notification/push-notification-event-messageexpunge.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-event-messageexpunge.c	Thu Sep 24 10:11:29 2015 +0300
@@ -52,4 +52,4 @@
     .msg_triggers = {
         .expunge = push_notification_event_messageexpunge_event
     }
-};
\ No newline at end of file
+};
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-event-messageread.h
--- a/src/plugins/push-notification/push-notification-event-messageread.h	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-event-messageread.h	Thu Sep 24 10:11:29 2015 +0300
@@ -10,4 +10,4 @@
 };
 
 
-#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H */
\ No newline at end of file
+#endif /* PUSH_NOTIFICATION_EVENT_MESSAGEREAD_H */
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-events-rfc5423.c
--- a/src/plugins/push-notification/push-notification-events-rfc5423.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-events-rfc5423.c	Thu Sep 24 10:11:29 2015 +0300
@@ -43,4 +43,4 @@
     push_notification_event_register(&push_notification_event_messagenew);
     push_notification_event_register(&push_notification_event_messageread);
     push_notification_event_register(&push_notification_event_messagetrash);
-}
\ No newline at end of file
+}
diff -r c4b9e6606cbf -r aa23e99981d7 src/plugins/push-notification/push-notification-events.c
--- a/src/plugins/push-notification/push-notification-events.c	Thu Sep 24 01:13:36 2015 +0300
+++ b/src/plugins/push-notification/push-notification-events.c	Thu Sep 24 10:11:29 2015 +0300
@@ -102,4 +102,4 @@
             array_free(&push_notification_events);
         }
     }
-}
\ No newline at end of file
+}


More information about the dovecot-cvs mailing list