Skip to content

Commit

Permalink
AC_AttitudeControl: clean up spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
bnsgeyer and IamPete1 authored Apr 1, 2024
1 parent 1b06b14 commit f2cfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_AttitudeControl/AC_AttitudeControl_Heli.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class AC_AttitudeControl_Heli : public AC_AttitudeControl {
void input_thrust_vector_heading(const Vector3f& thrust_vector, float heading_angle_cd, float heading_rate_cds) override;

// enable/disable inverted flight
void set_inverted_flight(bool inverted) override { _inverted_flight = inverted;}
void set_inverted_flight(bool inverted) override { _inverted_flight = inverted; }

// accessor for inverted flight flag
bool get_inverted_flight() override { return _inverted_flight; }
Expand Down

0 comments on commit f2cfc24

Please sign in to comment.