aboutsummaryrefslogtreecommitdiff
path: root/src/modules/land_detector/MulticopterLandDetector.cpp
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-01-15 10:06:56 +0100
committerJohan Jansen <jnsn.johan@gmail.com>2015-01-15 14:37:51 +0100
commite40d207311126b05a7fd87739fb72d2ae8d7d500 (patch)
treecad14f72fc1178cf7b7fc0a43d18fe93bc413771 /src/modules/land_detector/MulticopterLandDetector.cpp
parentf1587da4c46e92474687f37ad49fbd003b7c91db (diff)
downloadpx4-firmware-e40d207311126b05a7fd87739fb72d2ae8d7d500.tar.gz
px4-firmware-e40d207311126b05a7fd87739fb72d2ae8d7d500.tar.bz2
px4-firmware-e40d207311126b05a7fd87739fb72d2ae8d7d500.zip
AStyle: Fixed file formatting
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;
}