Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit committed May 25, 2019
1 parent 2752c04 commit 1b58f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_Fujitsu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void IRFujitsuAC::buildState(void) {
~remote_state[_state_length_short - 2];
break;
default:
; // We don't need to do anything for the others.
{}; // We don't need to do anything for the others.
}
// Zero the rest of the state.
for (uint8_t i = _state_length_short; i < kFujitsuAcStateLength; i++)
Expand Down

0 comments on commit 1b58f7b

Please sign in to comment.