Skip to content

Commit

Permalink
Remove: F...... whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodbat committed Jun 6, 2024
1 parent cdec755 commit 108496f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sanguinecomponents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void SanguineMultiColoredShapedLight::drawLayer(const DrawArgs& args, int layer)
if (svgGradient) {
if (myGradient->shapes->fill.type) {
switch (myGradient->shapes->fill.type) {
case NSVG_PAINT_COLOR: {
case NSVG_PAINT_COLOR: {
nvgFillColor(args.vg, *innerColor);
break;
}
Expand Down

0 comments on commit 108496f

Please sign in to comment.