Skip to content

Commit 9c7fcf1

Browse files
restyled-commitsmwswartwout
authored andcommitted
Restyled by clang-format
1 parent 8bc2b74 commit 9c7fcf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/core/CHIPError.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ class ChipError
157157
{}
158158
#else
159159
constexpr ChipError(SdkPart part, uint8_t code, const char * file, unsigned int line) :
160-
mError(MakeInteger(part, code)) CHIP_INITIALIZE_ERROR_SOURCE(file, line, /*loc=*/nullptr){}
160+
mError(MakeInteger(part, code)) CHIP_INITIALIZE_ERROR_SOURCE(file, line, /*loc=*/nullptr)
161+
{}
161162
#endif // __cplusplus >= 202002L
162163

163164
/**

0 commit comments

Comments
 (0)