Skip to content

Commit f470bb0

Browse files
committed
formatting/lint
1 parent 714f210 commit f470bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ttyplot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ static void plot_values(int ph, int pw, double *v1, double *v2, double max, doub
441441
(v2 && v2[i] > hardmax) ? hce
442442
: (v2 && v2[i] < hardmin) ? lce
443443
: pc,
444-
hce, lce, zero_pos, v1[i], (v2 && !isnan(v2[i])) ? v2[i] : 0,
445-
(v2 && !isnan(v2[i])));
444+
hce, lce, zero_pos, v1[i], (v2 && ! isnan(v2[i])) ? v2[i] : 0,
445+
(v2 && ! isnan(v2[i])));
446446
}
447447

448448
if (colors[LINE_COLOR] != -1)

0 commit comments

Comments
 (0)