[gnome-builder] animation: fix whitespace



commit 9e36daaec637193c0dc20e1ca9bec1af979ca178
Author: Christian Hergert <christian hergert me>
Date:   Mon Mar 7 15:36:59 2016 -0800

    animation: fix whitespace

 contrib/egg/egg-animation.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/contrib/egg/egg-animation.c b/contrib/egg/egg-animation.c
index 276d6cd..23010c7 100644
--- a/contrib/egg/egg-animation.c
+++ b/contrib/egg/egg-animation.c
@@ -1132,8 +1132,14 @@ egg_object_animate (gpointer        object,
   va_list args;
 
   va_start (args, first_property);
-  animation = egg_object_animatev (object, mode, duration_msec, frame_clock, first_property, args);
+  animation = egg_object_animatev (object,
+                                   mode,
+                                   duration_msec,
+                                   frame_clock,
+                                   first_property,
+                                   args);
   va_end (args);
+
   return animation;
 }
 
@@ -1157,11 +1163,11 @@ egg_object_animate_full (gpointer        object,
 
   va_start (args, first_property);
   animation = egg_object_animatev (object,
-                                  mode,
-                                  duration_msec,
-                                  frame_clock,
-                                  first_property,
-                                  args);
+                                   mode,
+                                   duration_msec,
+                                   frame_clock,
+                                   first_property,
+                                   args);
   va_end (args);
 
   animation->notify = notify;


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