Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mwswartwout committed May 2, 2023
1 parent 7dfe94f commit 8277856
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/controller/java/AndroidDeviceControllerWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,10 @@ AndroidDeviceControllerWrapper * AndroidDeviceControllerWrapper::AllocateNew(
// TODO: Init IPK Epoch Key in opcreds issuer, so that commissionees get the right IPK
err = opCredsIssuer->Initialize(*wrapper.get(), &wrapper->mAutoCommissioner, wrapper.get()->mJavaObjectRef);
#endif
if (err != CHIP_NO_ERROR) {
*errInfoOnFailure = err;
return nullptr;
if (err != CHIP_NO_ERROR)
{
*errInfoOnFailure = err;
return nullptr;
}

Platform::ScopedMemoryBuffer<uint8_t> noc;
Expand Down

0 comments on commit 8277856

Please sign in to comment.