app: in gimppaintcore-loops, fix indentation in DispatchPaintMaskToCompMask
(cherry picked from commit 4ecbf33e18)
This commit is contained in:
parent
62db4174dc
commit
ecc456556e
1 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue