AStyle: Fixed file formatting

This commit is contained in:
Johan Jansen
2015-01-15 10:06:56 +01:00
parent f1587da4c4
commit e40d207311
4 changed files with 4 additions and 4 deletions
@@ -87,7 +87,7 @@ bool MulticopterLandDetector::update()
updateSubscriptions();
//Only trigger flight conditions if we are armed
if(!_arming.armed) {
if (!_arming.armed) {
return true;
}