[gtk+] stack: Remove some confusing whitespace



commit ee8b3efbcfa8f40cb18380f34325b197c5df2825
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 9 18:26:34 2013 -0400

    stack: Remove some confusing whitespace

 gtk/gtkstack.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index eb2afd5..fd3ac8f 100644
--- a/gtk/gtkstack.c
+++ b/gtk/gtkstack.c
@@ -684,7 +684,6 @@ get_bin_window_x (GtkStack      *stack,
         x = allocation->width * (1 - ease_out_cubic (priv->transition_pos));
       if (priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT ||
           priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_OVER_RIGHT)
-
         x = -allocation->width * (1 - ease_out_cubic (priv->transition_pos));
     }
 


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