[gimp] app: indentation fix.



commit b0d2d4fb49eb7b9a0a50c3c980482b6a125a7995
Author: Jehan <jehan girinstud io>
Date:   Sat Apr 22 20:53:08 2017 -0300

    app: indentation fix.

 app/paint/gimppaintcore-stroke.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/paint/gimppaintcore-stroke.c b/app/paint/gimppaintcore-stroke.c
index 3b7cfd6..e7a1314 100644
--- a/app/paint/gimppaintcore-stroke.c
+++ b/app/paint/gimppaintcore-stroke.c
@@ -380,8 +380,7 @@ gimp_paint_core_stroke_emulate_dynamics (GimpCoords *coords,
       /* Fill in direction */
       for (i = 1; i < length; i++)
         {
-           coords[i].direction = gimp_coords_direction (&coords[i-1], &coords[i]);
-
+          coords[i].direction = gimp_coords_direction (&coords[i-1], &coords[i]);
         }
 
       coords[0].direction = coords[1].direction;


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