Estimator Q: Fixed code style

This commit is contained in:
Lorenz Meier
2015-11-25 11:12:36 +01:00
parent f3126e9d3a
commit 1216efc5b4
@@ -388,11 +388,11 @@ void AttitudeEstimatorQ::task_main()
if (!_failsafe) {
uint32_t flags = DataValidator::ERROR_FLAG_NO_ERROR;
#ifdef __PX4_POSIX
#ifdef __PX4_POSIX
perf_end(_perf_accel);
perf_end(_perf_mpu);
perf_end(_perf_mag);
#endif
#endif
if (_voter_gyro.failover_count() > 0) {
_failsafe = true;