Copter: Add whitespaces to increase readability and consistency (NFC)

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2018-03-22 19:40:32 +01:00 committed by Randy Mackay
parent 58480435bb
commit 580143d404
2 changed files with 4 additions and 1 deletions

View File

@ -914,11 +914,13 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Values: 0:NotEnforced,1:Enforced
// @User: Advanced
AP_GROUPINFO("SYSID_ENFORCE", 11, ParametersG2, sysid_enforce, 0),
#if STATS_ENABLED == ENABLED
// @Group: STAT
// @Path: ../libraries/AP_Stats/AP_Stats.cpp
AP_SUBGROUPINFO(stats, "STAT", 12, ParametersG2, AP_Stats),
#endif
#if GRIPPER_ENABLED == ENABLED
// @Group: GRIP_
// @Path: ../libraries/AP_Gripper/AP_Gripper.cpp

View File

@ -593,6 +593,7 @@ public:
// we need a pointer to the mode for the G2 table
void *mode_flowhold_ptr;
#endif
#if MODE_FOLLOW_ENABLED == ENABLED
// follow
AP_Follow follow;