df_mpu9250_wrapper: fix style

This commit is contained in:
Julian Oes
2016-04-23 09:14:47 +02:00
committed by Lorenz Meier
parent 75444ae084
commit 08a1941fd6
@@ -449,6 +449,7 @@ int DfMpu9250Wrapper::_publish(struct imu_sensor_data &data)
// Bail out if it's not the 4th time yet.
++_publish_count;
if (_publish_count < 4) {
return 0;
}