cangen: fixed coding style
Signed-off-by: Sven Schmitt <sven.schmitt@gmx.net> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>pull/16/head
parent
0e3ff3b315
commit
3f04e8a1fe
2
cangen.c
2
cangen.c
|
|
@ -447,7 +447,7 @@ resend:
|
||||||
if (gap) /* gap == 0 => performance test :-] */
|
if (gap) /* gap == 0 => performance test :-] */
|
||||||
if (nanosleep(&ts, NULL))
|
if (nanosleep(&ts, NULL))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
if (id_mode == MODE_INCREMENT)
|
if (id_mode == MODE_INCREMENT)
|
||||||
frame.can_id++;
|
frame.can_id++;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue