Skip to content

Commit 95421c7

Browse files
restyled-commitsarun-silabs
authored andcommitted
Restyled by whitespace
1 parent 5ab6a75 commit 95421c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oven-app/silabs/include/AppSupportedTemperatureLevelsDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct EndpointPair
3838
CharSpan * mTemperatureLevels;
3939
/// Size of the temperature levels array.
4040
uint8_t mSize;
41-
41+
4242
EndpointPair(EndpointId aEndpointId, CharSpan * aTemperatureLevels, uint8_t aSize) :
4343
mEndpointId(aEndpointId), mTemperatureLevels(aTemperatureLevels), mSize(aSize)
4444
{}

0 commit comments

Comments
 (0)