[glib] gobjet/gclosure.c: Fix styling issues



commit 49b93a0bba1d2a837e5ea8f299464aa7ecd02321
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Oct 6 16:02:18 2011 +0800

    gobjet/gclosure.c: Fix styling issues
    
    ...so that it looks more consistent with the rest.

 gobject/gclosure.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gclosure.c b/gobject/gclosure.c
index 07f0286..17b7690 100644
--- a/gobject/gclosure.c
+++ b/gobject/gclosure.c
@@ -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)))
     {



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