From: Sven Schmitt Date: Tue, 13 Oct 2015 07:33:08 +0000 (+0200) Subject: cangen: fixed coding style X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-utils.git/commitdiff_plain/3f04e8a1fe31dfa26753f83c38b66e6415435874?hp=0e3ff3b3157e456d4b6343f5d4b42ef692bce538 cangen: fixed coding style Signed-off-by: Sven Schmitt Acked-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- diff --git a/cangen.c b/cangen.c index db4c803..eb898f1 100644 --- a/cangen.c +++ b/cangen.c @@ -447,7 +447,7 @@ resend: if (gap) /* gap == 0 => performance test :-] */ if (nanosleep(&ts, NULL)) return 1; - + if (id_mode == MODE_INCREMENT) frame.can_id++;