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 committed Oct 19, 2021
1 parent b3016d9 commit ec3bcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/java/CHIPDeviceController-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ JNI_METHOD(jobject, computePaseVerifier)
chip::DeviceLayer::StackLock lock;

Device * chipDevice = nullptr;
CHIP_ERROR err = CHIP_NO_ERROR;
CHIP_ERROR err = CHIP_NO_ERROR;
jobject params;
jbyteArray verifierBytes;
uint32_t passcodeId;
Expand Down

0 comments on commit ec3bcdd

Please sign in to comment.