stack: Remove some confusing whitespace

This commit is contained in:
Jasper St. Pierre 2013-10-09 18:26:34 -04:00
parent ddb4034e8e
commit ee8b3efbcf

View File

@ -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));
}