From 41f4b62cdb95c49d76843d04a2079d09f343cfac Mon Sep 17 00:00:00 2001 From: ChristophTobler Date: Mon, 31 Jul 2017 17:58:03 +0200 Subject: [PATCH] fix indentation --- EKF/ekf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EKF/ekf.h b/EKF/ekf.h index 91c7e191e0..982d4fd2cf 100644 --- a/EKF/ekf.h +++ b/EKF/ekf.h @@ -516,7 +516,7 @@ private: // control for combined height fusion mode (implemented for switching between baro and range height) void controlHeightFusion(); - bool rangeAidConditionsMet(bool in_range_aid_mode); + bool rangeAidConditionsMet(bool in_range_aid_mode); // return the square of two floating point numbers - used in auto coded sections inline float sq(float var)