uncrustify libraries/AP_Baro/AP_Baro_MS5611.h

This commit is contained in:
uncrustify 2012-08-16 23:09:24 -07:00 committed by Pat Hickey
parent cfcef93e16
commit 1196285266

View File

@ -8,7 +8,8 @@
class AP_Baro_MS5611 : public AP_Baro
{
public:
AP_Baro_MS5611() {} // Constructor
AP_Baro_MS5611() {
} // Constructor
/* AP_Baro public interface: */
bool init(AP_PeriodicProcess *scheduler);