gobjet/gclosure.c: Fix styling issues
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 6 Oct 2011 08:02:18 +0000 (16:02 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 6 Oct 2011 08:02:18 +0000 (16:02 +0800)
...so that it looks more consistent with the rest.

gobject/gclosure.c

index 07f0286..17b7690 100644 (file)
@@ -1032,7 +1032,7 @@ value_to_ffi_type (const GValue *gvalue,
 static void
 value_from_ffi_type (GValue *gvalue, gpointer *value)
 {
-  ffi_arg *int_val = (ffi_arg *)value;
+  ffi_arg *int_val = (ffi_arg*) value;
 
   switch (g_type_fundamental (G_VALUE_TYPE (gvalue)))
     {