diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:50:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:03 +0800 |
commit | c9a4f5b5c0be0ff0c94bba545b91a4f93f509616 (patch) | |
tree | 1810881dd690233baaa74a27945dea8090018d1b | |
parent | a66b3c81dc6b8d1dfba8329cf9aacf217c80010c (diff) | |
download | gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar.gz gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar.bz2 gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar.lz gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar.xz gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.tar.zst gsoc2013-empathy-c9a4f5b5c0be0ff0c94bba545b91a4f93f509616.zip |
empathy-contact-monitor: fix coding style
-rw-r--r-- | libempathy/empathy-contact-monitor.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libempathy/empathy-contact-monitor.c b/libempathy/empathy-contact-monitor.c index 2213a330b..5ec069fcd 100644 --- a/libempathy/empathy-contact-monitor.c +++ b/libempathy/empathy-contact-monitor.c @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ diff --git a/libempathy/empathy-contact-monitor.h b/libempathy/empathy-contact-monitor.h index 76b943668..51957d1d6 100644 --- a/libempathy/empathy-contact-monitor.h +++ b/libempathy/empathy-contact-monitor.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ @@ -53,8 +53,8 @@ GType empathy_contact_monitor_get_type (void); void empathy_contact_monitor_set_iface (EmpathyContactMonitor *self, EmpathyContactList *iface); - -EmpathyContactMonitor * + +EmpathyContactMonitor * empathy_contact_monitor_new_for_iface (EmpathyContactList *iface); G_END_DECLS |