diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-11 23:26:43 +0800 |
commit | a92d1805c5c53def8b45c09586729e9a08f8a868 (patch) | |
tree | 7c3b2b37628f93183e9e58bf4c26cb0d4f9f1e7e /libempathy | |
parent | 325023b6904c5da23760735e1910b5983210f131 (diff) | |
download | gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.gz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.bz2 gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.lz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.xz gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.tar.zst gsoc2013-empathy-a92d1805c5c53def8b45c09586729e9a08f8a868.zip |
Coding style: only one blank line between functions.
svn path=/trunk/; revision=1687
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index fa7befc02..897cf981f 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -739,7 +739,6 @@ tp_contact_factory_connection_invalidated_cb (EmpathyTpContactFactory *tp_factor tp_factory); } - static void tp_contact_factory_got_self_handle_cb (TpConnection *proxy, guint handle, @@ -765,7 +764,6 @@ tp_contact_factory_got_self_handle_cb (TpConnection *proxy, tp_factory); } - static void tp_contact_factory_got_avatar_requirements_cb (TpConnection *proxy, const gchar **mime_types, @@ -798,7 +796,6 @@ tp_contact_factory_got_avatar_requirements_cb (TpConnection *proxy, tp_contact_factory_ready (EMPATHY_TP_CONTACT_FACTORY (tp_factory)); } - static void tp_contact_factory_ready (EmpathyTpContactFactory *tp_factory) { |