]> git.0d.be Git - empathy.git/commitdiff
fix coding style
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:03:45 +0000 (14:03 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:19:40 +0000 (14:19 +0100)
libempathy/empathy-account-manager.c

index ae328861017e541f26469d44125db72b5ab75f12..fd8a21b1d5c95c9353e0c4bed622c0948ca6ed9f 100644 (file)
@@ -93,7 +93,6 @@ emp_account_connection_cb (EmpathyAccount *account,
   DEBUG ("Signalling connection %p of account %s",
       connection, empathy_account_get_unique_name (account));
 
-
   if (connection != NULL)
     g_signal_emit (manager, signals[NEW_CONNECTION], 0, connection);
 }