clang-tidy: enable readability-redundant-control-flow and fix

This commit is contained in:
Daniel Agar
2019-10-27 20:24:38 -04:00
parent 6f1f5e0325
commit 6f1e132286
2 changed files with 0 additions and 4 deletions
@@ -302,9 +302,6 @@ RoverPositionControl::control_velocity(const matrix::Vector3f &current_velocity,
_act_controls.control[actuator_controls_s::INDEX_YAW] = 0.0f;
}
return;
}
void