fix code formatting
This commit is contained in:
parent
82e1b37281
commit
ca6d6df446
1 changed files with 1 additions and 2 deletions
|
@ -506,8 +506,7 @@ void apply_filter(Src & src, colorize_alpha const& op)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (size > 1)
|
||||
else if (size > 1)
|
||||
{
|
||||
// interpolate multiple stops
|
||||
agg::gradient_lut<agg::color_interpolator<agg::rgba8> > grad_lut;
|
||||
|
|
Loading…
Add table
Reference in a new issue