sf0x: fix whitespace

This commit is contained in:
Thomas Gubler
2014-12-13 18:26:07 +01:00
committed by Lorenz Meier
parent 682f30afe6
commit 8ebe463f16
+1 -1
View File
@@ -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;