[gnome-builder] egg-binding-group: fix whitespace



commit 1f9f3cb7cbf116cbdfe26bbd5c6c9e5dcbf2f70a
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jul 17 02:24:47 2016 -0700

    egg-binding-group: fix whitespace

 contrib/egg/egg-binding-group.h |   54 ++++++++++++++++++---------------------
 1 files changed, 25 insertions(+), 29 deletions(-)
---
diff --git a/contrib/egg/egg-binding-group.h b/contrib/egg/egg-binding-group.h
index b1f18df..83645a6 100644
--- a/contrib/egg/egg-binding-group.h
+++ b/contrib/egg/egg-binding-group.h
@@ -28,35 +28,31 @@ G_BEGIN_DECLS
 
 G_DECLARE_FINAL_TYPE (EggBindingGroup, egg_binding_group, EGG, BINDING_GROUP, GObject)
 
-EggBindingGroup *
-          egg_binding_group_new        (void);
-
-GObject  *egg_binding_group_get_source (EggBindingGroup       *self);
-void      egg_binding_group_set_source (EggBindingGroup       *self,
-                                        gpointer               source);
-
-void      egg_binding_group_bind       (EggBindingGroup       *self,
-                                        const gchar           *source_property,
-                                        gpointer               target,
-                                        const gchar           *target_property,
-                                        GBindingFlags          flags);
-void      egg_binding_group_bind_full  (EggBindingGroup       *self,
-                                        const gchar           *source_property,
-                                        gpointer               target,
-                                        const gchar           *target_property,
-                                        GBindingFlags          flags,
-                                        GBindingTransformFunc  transform_to,
-                                        GBindingTransformFunc  transform_from,
-                                        gpointer               user_data,
-                                        GDestroyNotify         user_data_destroy);
-void           egg_binding_group_bind_with_closures
-                                       (EggBindingGroup       *self,
-                                        const gchar           *source_property,
-                                        gpointer               target,
-                                        const gchar           *target_property,
-                                        GBindingFlags          flags,
-                                        GClosure              *transform_to,
-                                        GClosure              *transform_from);
+EggBindingGroup *egg_binding_group_new                (void);
+GObject         *egg_binding_group_get_source         (EggBindingGroup       *self);
+void             egg_binding_group_set_source         (EggBindingGroup       *self,
+                                                       gpointer               source);
+void             egg_binding_group_bind               (EggBindingGroup       *self,
+                                                       const gchar           *source_property,
+                                                       gpointer               target,
+                                                       const gchar           *target_property,
+                                                       GBindingFlags          flags);
+void             egg_binding_group_bind_full          (EggBindingGroup       *self,
+                                                       const gchar           *source_property,
+                                                       gpointer               target,
+                                                       const gchar           *target_property,
+                                                       GBindingFlags          flags,
+                                                       GBindingTransformFunc  transform_to,
+                                                       GBindingTransformFunc  transform_from,
+                                                       gpointer               user_data,
+                                                       GDestroyNotify         user_data_destroy);
+void             egg_binding_group_bind_with_closures (EggBindingGroup       *self,
+                                                       const gchar           *source_property,
+                                                       gpointer               target,
+                                                       const gchar           *target_property,
+                                                       GBindingFlags          flags,
+                                                       GClosure              *transform_to,
+                                                       GClosure              *transform_from);
 
 G_END_DECLS
 


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