Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Oct 13, 2020
1 parent 4a53ea0 commit 4ebac76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions props/saber_fett263_buttons.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,14 +412,14 @@ SaberFett263Buttons() : PropBase() {}
if (!swinging_) {
swing_blast_ = false;
#ifdef FETT263_BM_DISABLE_OFF_BUTTON
if (!battle_mode_) {
if (!battle_mode_) {
Off();
saber_off_time_ = millis();
}
#else
Off();
saber_off_time_ = millis();
}
#else
Off();
saber_off_time_ = millis();
battle_mode_ = false;
battle_mode_ = false;
#endif
#ifdef FETT263_BATTLE_MODE_ALWAYS_ON
battle_mode_ = true;
Expand Down

0 comments on commit 4ebac76

Please sign in to comment.