AP_Arming: minor format fix

This commit is contained in:
Randy Mackay 2018-09-08 12:35:31 +09:00 committed by Andrew Tridgell
parent ba2b9f3d47
commit f039c6d5f4

View File

@ -56,7 +56,6 @@ public:
// get bitmask of enabled checks
uint16_t get_enabled_checks();
// pre_arm_checks() is virtual so it can be modified in a vehicle specific subclass
virtual bool pre_arm_checks(bool report);