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 joonhaengHeo committed Aug 13, 2024
1 parent 428daa5 commit f7534f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/java/CHIPDeviceController-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,8 @@ JNI_METHOD(void, establishPaseConnectionByCode)

JniUtfString setUpCodeJniString(env, setUpCode);

err = wrapper->Controller()->EstablishPASEConnection(static_cast<chip::NodeId>(deviceId), setUpCodeJniString.c_str(), discoveryType);
err = wrapper->Controller()->EstablishPASEConnection(static_cast<chip::NodeId>(deviceId), setUpCodeJniString.c_str(),
discoveryType);

if (err != CHIP_NO_ERROR)
{
Expand Down

0 comments on commit f7534f2

Please sign in to comment.