From a295760e56182e9eafc999778f17f1148e4162dd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 8 May 2014 11:01:52 +1000 Subject: [PATCH] AP_Rally: fixed indentation previous indentation confused emacs24 --- libraries/AP_Rally/AP_Rally.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Rally/AP_Rally.cpp b/libraries/AP_Rally/AP_Rally.cpp index 21d6a4ffb5..b8f40ef24b 100644 --- a/libraries/AP_Rally/AP_Rally.cpp +++ b/libraries/AP_Rally/AP_Rally.cpp @@ -17,7 +17,7 @@ extern const AP_HAL::HAL& hal; #define RALLY_LIMIT_KM_DEFAULT 0.5 #endif #else - #define RALLY_LIMIT_KM_DEFAULT 1.0 + #define RALLY_LIMIT_KM_DEFAULT 1.0 #endif // APM_BUILD_DIRECTORY const AP_Param::GroupInfo AP_Rally::var_info[] PROGMEM = {