Commit: 85ccdf37c01e14d63560ef742c8eb81985f90317
Author: Sergey Sharybin
Date:   Thu Jul 28 14:17:35 2016 +0200
Branches: master
https://developer.blender.org/rB85ccdf37c01e14d63560ef742c8eb81985f90317

Cleanup: Indentation

===================================================================

M       source/blender/editors/sculpt_paint/paint_image_2d.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.c 
b/source/blender/editors/sculpt_paint/paint_image_2d.c
index 080bd5b..9474a46 100644
--- a/source/blender/editors/sculpt_paint/paint_image_2d.c
+++ b/source/blender/editors/sculpt_paint/paint_image_2d.c
@@ -1126,8 +1126,8 @@ static int paint_2d_op(void *state, ImBuf *ibufb, 
unsigned short *curveb, unsign
        /* blend into canvas */
        for (a = 0; a < tot; a++) {
                ED_imapaint_dirty_region(s->image, s->canvas,
-                                     region[a].destx, region[a].desty,
-                                     region[a].width, region[a].height, true);
+                                        region[a].destx, region[a].desty,
+                                        region[a].width, region[a].height, 
true);
        
                if (s->do_masking) {
                        /* masking, find original pixels tiles from undo buffer 
to composite over */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to