[gimp] app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
- Date: Tue, 12 Feb 2019 14:37:39 +0000 (UTC)
commit 4ecbf33e18b56a65b5695bb1834fb691695aba14
Author: Ell <ell_se yahoo com>
Date: Tue Feb 12 09:35:35 2019 -0500
app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
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 0391a16e28..5bb1b89511 100644
--- a/app/paint/gimppaintcore-loops.cc
+++ b/app/paint/gimppaintcore-loops.cc
@@ -1634,12 +1634,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]