From 3fe45697bbd6dcfbd84f394c20d9dc25e844dfde Mon Sep 17 00:00:00 2001 From: Dennis Mannhart Date: Tue, 17 Jan 2017 19:01:01 +0100 Subject: [PATCH] Fix3dwinglandDetector.cpp: adjusted to astyle --- src/modules/land_detector/FixedwingLandDetector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/land_detector/FixedwingLandDetector.cpp b/src/modules/land_detector/FixedwingLandDetector.cpp index ed1fc8ee72..6e9eef4fb6 100644 --- a/src/modules/land_detector/FixedwingLandDetector.cpp +++ b/src/modules/land_detector/FixedwingLandDetector.cpp @@ -97,7 +97,8 @@ bool FixedwingLandDetector::_get_freefall_state() // TODO return false; } -bool FixedwingLandDetector::_get_ground_contact_state(){ +bool FixedwingLandDetector::_get_ground_contact_state() +{ // TODO return false;