diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:22 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:48:22 +0800 |
commit | 0ec769a38d77f1b76357ff626c4006e57cbf79e6 (patch) | |
tree | 27a75bda2432f4b4679e3a5da95da6c4ed7c85be | |
parent | aa2582564da8733bea469e473c24e5ee10c3874f (diff) | |
download | gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar.gz gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar.bz2 gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar.lz gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar.xz gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.tar.zst gsoc2013-empathy-0ec769a38d77f1b76357ff626c4006e57cbf79e6.zip |
Add newlines at the end of files.
svn path=/trunk/; revision=2070
-rw-r--r-- | libempathy/empathy-account-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index cae84f7fc..dc5fa0fee 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -560,3 +560,4 @@ empathy_account_manager_is_account_just_connected (EmpathyAccountManager *manage return (data->source_id > 0); } + diff --git a/libempathy/empathy-contact-monitor.c b/libempathy/empathy-contact-monitor.c index b024e1b86..d1cd724b7 100644 --- a/libempathy/empathy-contact-monitor.c +++ b/libempathy/empathy-contact-monitor.c @@ -429,3 +429,4 @@ empathy_contact_monitor_new_for_proxy (EmpathyContactList *proxy) return retval; } + diff --git a/libempathy/empathy-contact-monitor.h b/libempathy/empathy-contact-monitor.h index 55541a8a1..01ef64f4e 100644 --- a/libempathy/empathy-contact-monitor.h +++ b/libempathy/empathy-contact-monitor.h @@ -60,3 +60,4 @@ empathy_contact_monitor_new_for_proxy (EmpathyContactList *proxy); G_END_DECLS #endif /* __EMPATHY_CONTACT_MONITOR_H__ */ + |