PowerMeter: Whitespace and {} fixes
This commit is contained in:
parent
00def1d8d1
commit
19b2dd4c7a
@ -190,8 +190,10 @@ bool PowerMeterClass::smlReadLoop()
|
|||||||
*handler.Arg = readVal;
|
*handler.Arg = readVal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (smlCurrentState == SML_FINAL)
|
} else if (smlCurrentState == SML_FINAL) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user