From ecc456556e6451c7f31045d8d96f72f04e90f206 Mon Sep 17 00:00:00 2001 From: Ell Date: Tue, 12 Feb 2019 09:35:35 -0500 Subject: [PATCH] app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask (cherry picked from commit 4ecbf33e18b56a65b5695bb1834fb691695aba14) --- app/paint/gimppaintcore-loops.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/paint/gimppaintcore-loops.cc b/app/paint/gimppaintcore-loops.cc index d7e24dd8ec..c6753c33c0 100644 --- a/app/paint/gimppaintcore-loops.cc +++ b/app/paint/gimppaintcore-loops.cc @@ -1632,12 +1632,13 @@ struct DispatchPaintMaskToCompMask Dispatch () (visitor, params, algorithms, algorithm); }, params, algorithms, algorithm, - dispatch_paint_mask, dispatch_mask_buffer_iterator); - } - else - { - visitor (algorithm); - } + dispatch_paint_mask, + dispatch_mask_buffer_iterator); + } + else + { + visitor (algorithm); + } } } static dispatch_paint_mask_to_comp_mask;