Skip to content

Commit 16db135

Browse files
restyled-commitscecille
authored andcommitted
Restyled by clang-format
1 parent e802a2f commit 16db135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/tests/suites/credentials/TestHarnessDACProvider.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ bool ReadValue(Json::Value jsonValue)
177177
return false;
178178
}
179179

180-
uint16_t ReadUint16(Json::Value jsonValue){
180+
uint16_t ReadUint16(Json::Value jsonValue)
181+
{
181182
return static_cast<uint16_t>(jsonValue.asUInt());
182183
}
183184

0 commit comments

Comments
 (0)