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 637fd9a commit 1b06b14
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 @@ -93,7 +93,7 @@ class AC_AttitudeControl_Heli : public AC_AttitudeControl {
void set_inverted_flight(bool inverted) override { _inverted_flight = inverted;}

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

// set the PID notch sample rates
void set_notch_sample_rate(float sample_rate) override;
Expand Down

0 comments on commit 1b06b14

Please sign in to comment.