[empathy] Fix coding style issues found by make check



commit 98ac7b635ef523f2dd8f90b2d0df55114e2c4333
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Wed May 20 13:00:53 2009 -0400

    Fix coding style issues found by make check
---
 libempathy-gtk/empathy-contact-widget.c |    2 +-
 src/empathy.c                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 2b9f7e1..d95904d 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -1312,7 +1312,7 @@ contact_widget_location_update (EmpathyContactWidget *information)
           char *svalue = NULL;
 
           skey = (const gchar *) key;
-          gvalue = (GValue*) value;
+          gvalue = (GValue *) value;
 
           label = gtk_label_new (_(skey));
           gtk_table_attach_defaults (GTK_TABLE (information->table_location),
diff --git a/src/empathy.c b/src/empathy.c
index b66520f..91d77a5 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -471,7 +471,7 @@ main (int argc, char *argv[])
 	gst_init (&argc, &argv);
 
 #if HAVE_LIBCHAMPLAIN
-	gtk_clutter_init(&argc, &argv);
+	gtk_clutter_init (&argc, &argv);
 #endif
 
 	gtk_window_set_default_icon_name ("empathy");



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