clang-tidy: remove pointless return
Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/250/head
parent
d5320d554e
commit
3e67b5cbd1
|
|
@ -335,7 +335,6 @@ void eval_canfd(char* buf, struct timeval *date_tvp, char timestamps, int dplace
|
||||||
calc_tv(&tv, &read_tv, date_tvp, timestamps, dplace);
|
calc_tv(&tv, &read_tv, date_tvp, timestamps, dplace);
|
||||||
prframe(outfile, &tv, interface, &cf, dlen, extra_info);
|
prframe(outfile, &tv, interface, &cf, dlen, extra_info);
|
||||||
fflush(outfile);
|
fflush(outfile);
|
||||||
return;
|
|
||||||
|
|
||||||
/* No support for really strange CANFD ErrorFrames format m( */
|
/* No support for really strange CANFD ErrorFrames format m( */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue