[gimp] app: remove newline in GimpFilterStack



commit f0ebc094220a525ced8707501eccae419a21a279
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 22 20:45:33 2014 +0200

    app: remove newline in GimpFilterStack

 app/core/gimpfilterstack.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpfilterstack.c b/app/core/gimpfilterstack.c
index 04335dc..2d327ea 100644
--- a/app/core/gimpfilterstack.c
+++ b/app/core/gimpfilterstack.c
@@ -129,7 +129,6 @@ gimp_filter_stack_remove (GimpContainer *container,
 
   if (stack->graph)
     {
-
       gimp_filter_stack_remove_node (stack, filter);
       gegl_node_remove_child (stack->graph, gimp_filter_get_node (filter));
     }


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