AP_NavEKF3: fix white space

This commit is contained in:
Paul Riseborough 2020-12-11 14:05:44 +11:00 committed by Andrew Tridgell
parent ed17d8e48f
commit bdc202378a

View File

@ -1376,8 +1376,8 @@ void NavEKF3_core::SampleDragData(const imu_elements &imu)
dragFusionEnabled = true;
// down-sample the drag specific force data by accumulating and calculating the mean when
// sufficient samples have been collected
// down-sample the drag specific force data by accumulating and calculating the mean when
// sufficient samples have been collected
dragSampleCount ++;