[empathy/mc5: 182/483] Fix some coding style issues



commit 68cf4c663ae37ef031adfbe4afaecc218df235e6
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Wed Jul 29 16:50:17 2009 +0200

    Fix some coding style issues

 libempathy-gtk/empathy-protocol-chooser.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c
index c17dfc5..65f778a 100644
--- a/libempathy-gtk/empathy-protocol-chooser.c
+++ b/libempathy-gtk/empathy-protocol-chooser.c
@@ -163,7 +163,7 @@ protocol_choosers_cms_listed (TpConnectionManager * const *cms,
 {
   TpConnectionManager * const *iter;
 
-  if (error !=NULL)
+  if (error != NULL)
     {
       DEBUG ("Failed to get connection managers: %s", error->message);
       return;
@@ -181,7 +181,6 @@ protocol_chooser_constructed (GObject *object)
 {
   EmpathyProtocolChooser *protocol_chooser;
   EmpathyProtocolChooserPriv *priv;
-
   GtkCellRenderer *renderer;
   TpDBusDaemon *dbus;
 
@@ -281,7 +280,8 @@ empathy_protocol_chooser_class_init (EmpathyProtocolChooserClass *klass)
  *
  * Return value: a pointer to the selected #TpConnectionManagerProtocol
  */
-TpConnectionManager *empathy_protocol_chooser_dup_selected (
+TpConnectionManager *
+empathy_protocol_chooser_dup_selected (
     EmpathyProtocolChooser *protocol_chooser,
     TpConnectionManagerProtocol **protocol)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]