]> git.0d.be Git - empathy.git/commitdiff
Fix coding style issues found by make check
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 20 May 2009 17:00:53 +0000 (13:00 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 27 May 2009 16:52:06 +0000 (12:52 -0400)
libempathy-gtk/empathy-contact-widget.c
src/empathy.c

index 2b9f7e1a69c44c8fca8136ba429b3f1d498bb59e..d95904d11faf00f5e96533d8f406a4935ce6cd8d 100644 (file)
@@ -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),
index b66520ffa38f1ec3b7a5104f5f2569d8dbe59d4d..91d77a5e6b781cf408101528711401921565ddbc 100644 (file)
@@ -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");