From 8a706a53d10b30586810d4cd9b575d7ee0445156 Mon Sep 17 00:00:00 2001 From: Kenneth Lorthioir Date: Sat, 17 Jun 2023 11:20:12 -0400 Subject: [PATCH] Code lint cleanup --- src/ir_Gree.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ir_Gree.cpp b/src/ir_Gree.cpp index 6329bcc39..3d850676f 100644 --- a/src/ir_Gree.cpp +++ b/src/ir_Gree.cpp @@ -218,7 +218,8 @@ void IRGreeAC::off(void) { setPower(false); } void IRGreeAC::setPower(const bool on) { _.Power = on; // May not be needed. See #814 - _.ModelA = (on && (_model == gree_ac_remote_model_t::YAW1F || _model == gree_ac_remote_model_t::YX1F8F)); + _.ModelA = (on && (_model == gree_ac_remote_model_t::YAW1F + || _model == gree_ac_remote_model_t::YX1F8F)); } /// Get the value of the current power setting.