[Telepathy-commits] [telepathy-glib/master] Coding style: blank line after if-block

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 08:19:04 PDT 2008


---
 telepathy-glib/base-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 6c0298e..8768d28 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2828,6 +2828,7 @@ tp_base_connection_channel_manager_iter_next (TpChannelManagerIter *iter,
   if (manager_out != NULL)
     *manager_out = TP_CHANNEL_MANAGER (
         g_ptr_array_index (priv->channel_managers, iter->index));
+
   iter->index++;
   return TRUE;
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list