changeset 19206:aa23e99981d7

push-notification: Added missing newlines to end of files to prevent compiler warnings.
author Timo Sirainen <tss@iki.fi>
date Thu, 24 Sep 2015 10:11:29 +0300
parents c4b9e6606cbf
children 0ae88b2978e0
files src/plugins/push-notification/push-notification-driver-dlog.c src/plugins/push-notification/push-notification-drivers.c src/plugins/push-notification/push-notification-event-flagsset.c src/plugins/push-notification/push-notification-event-messageappend.c src/plugins/push-notification/push-notification-event-messageexpunge.c src/plugins/push-notification/push-notification-event-messageread.h src/plugins/push-notification/push-notification-events-rfc5423.c src/plugins/push-notification/push-notification-events.c
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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
+};
--- 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
+}
--- 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
+};
--- 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
+};
--- 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
+};
--- 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 */
--- 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
+}
--- 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
+}