aboutsummaryrefslogtreecommitdiff
path: root/src/modules/land_detector/MulticopterLandDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/land_detector/MulticopterLandDetector.cpp')
-rw-r--r--src/modules/land_detector/MulticopterLandDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/land_detector/MulticopterLandDetector.cpp b/src/modules/land_detector/MulticopterLandDetector.cpp
index 81af029fb..8c25ae5fe 100644
--- a/src/modules/land_detector/MulticopterLandDetector.cpp
+++ b/src/modules/land_detector/MulticopterLandDetector.cpp
@@ -87,7 +87,7 @@ bool MulticopterLandDetector::update()
updateSubscriptions();
//Only trigger flight conditions if we are armed
- if(!_arming.armed) {
+ if (!_arming.armed) {
return true;
}