Skip to content

Commit 16f9c1f

Browse files
committed
whitespace
1 parent 0485a1e commit 16f9c1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Sdl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ static void dgrange(const Sdl sdl, const Gauge g, const float sens)
250250
const float growth = (g.wind - g.count) / (float) g.wind;
251251
const int width = growth * 64;
252252
const int color = growth * 0xFF;
253-
drect(
254-
sdl,
253+
drect(sdl,
255254
g.points[g.count - 1].x * sens - (width - sdl.xres) / 2,
256255
g.points[g.count - 1].y * sens - (width - sdl.yres) / 2,
257256
width, color, false);

0 commit comments

Comments
 (0)