mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
sf0x: fix whitespace
This commit is contained in:
committed by
Lorenz Meier
parent
682f30afe6
commit
8ebe463f16
@@ -545,7 +545,7 @@ SF0X::collect()
|
||||
|
||||
float si_units;
|
||||
bool valid = false;
|
||||
|
||||
|
||||
for (int i = 0; i < ret; i++) {
|
||||
if (OK == sf0x_parser(readbuf[i], _linebuf, &_linebuf_index, &_parse_state, &si_units)) {
|
||||
valid = true;
|
||||
|
||||
Reference in New Issue
Block a user