mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 13:40:35 +08:00
AStyle: Fixed file formatting
This commit is contained in:
@@ -87,7 +87,7 @@ bool MulticopterLandDetector::update()
|
||||
updateSubscriptions();
|
||||
|
||||
//Only trigger flight conditions if we are armed
|
||||
if(!_arming.armed) {
|
||||
if (!_arming.armed) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user