Fix indendation in airspeed driver (no functional change)

This commit is contained in:
Lorenz Meier
2013-12-10 11:21:27 +01:00
parent 70e56a3d54
commit bc8cfc8d9d
+1 -1
View File
@@ -119,7 +119,7 @@ protected:
virtual int collect() = 0;
work_s _work;
float _max_differential_pressure_pa;
float _max_differential_pressure_pa;
bool _sensor_ok;
int _measure_ticks;
bool _collect_phase;