Skip to content

Commit 58c1a53

Browse files
restyled-commitsabalestra22
authored andcommitted
Restyled by whitespace
1 parent 9954a1e commit 58c1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-clusters-app/linux/AllClustersCommandDelegate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ void AllClustersAppCommandHandler::HandleCommand(intptr_t context)
611611
ChipLogError(NotSpecified, "TotalOperationalHours value %u is out of valid range (0 to 0xFFFFFFFE)", hours);
612612
return;
613613
}
614-
614+
615615
CHIP_ERROR err = DeviceLayer::ConfigurationMgr().StoreTotalOperationalHours(hours);
616616
if (err != CHIP_NO_ERROR)
617617
{

0 commit comments

Comments
 (0)