PowerMeter: Whitespace and {} fixes

This commit is contained in:
berni2288 2023-04-07 20:22:35 +02:00
parent 00def1d8d1
commit 19b2dd4c7a
No known key found for this signature in database
GPG Key ID: 713D4DB28836DC41

View File

@ -190,8 +190,10 @@ bool PowerMeterClass::smlReadLoop()
*handler.Arg = readVal;
}
}
} else if (smlCurrentState == SML_FINAL)
} else if (smlCurrentState == SML_FINAL) {
return true;
}
}
return false;
}