[gimp/gimp-2-10] app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
- Date: Tue, 12 Feb 2019 14:37:34 +0000 (UTC)
commit ecc456556e6451c7f31045d8d96f72f04e90f206
Author: Ell <ell_se yahoo com>
Date: Tue Feb 12 09:35:35 2019 -0500
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<NewAlgorithm> () (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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]