Skip to content

Commit e14bf1d

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent f6f131e commit e14bf1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/thermostat/linux/thermostat-delegate-impl.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ CHIP_ERROR ThermostatDelegate::GetActivePresetHandle(DataModel::Nullable<Mutable
121121
{
122122
if (mActivePresetHandleDataSize != 0)
123123
{
124-
ReturnErrorOnFailure(CopySpanToMutableSpan(ByteSpan(mActivePresetHandleData, mActivePresetHandleDataSize), activePresetHandle.Value()));
124+
ReturnErrorOnFailure(
125+
CopySpanToMutableSpan(ByteSpan(mActivePresetHandleData, mActivePresetHandleDataSize), activePresetHandle.Value()));
125126
activePresetHandle.Value().reduce_size(mActivePresetHandleDataSize);
126127
}
127128
else

0 commit comments

Comments
 (0)