uncrustify libraries/AP_InertialSensor/AP_InertialSensor_Oilpan.h

This commit is contained in:
uncrustify 2012-08-16 23:19:56 -07:00 committed by Pat Hickey
parent c47127fb80
commit 91d52b6290

View File

@ -12,7 +12,7 @@
class AP_InertialSensor_Oilpan : public AP_InertialSensor
{
public:
public:
AP_InertialSensor_Oilpan( AP_ADC * adc );
@ -45,7 +45,7 @@ class AP_InertialSensor_Oilpan : public AP_InertialSensor
Vector3f _accel_scale;
private:
private:
Vector3f _gyro;
Vector3f _accel;
@ -53,7 +53,7 @@ class AP_InertialSensor_Oilpan : public AP_InertialSensor
Vector3f _accel_low;
Vector3f _accel_mid;
AP_ADC *_adc;
AP_ADC * _adc;
float _temp;