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 shubhamdp committed Jul 23, 2024
1 parent 4f6df87 commit 1149308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/chip-tool/commands/common/CHIPCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ CHIP_ERROR GetAttestationTrustStore(const char * paaTrustStorePath, const chip::
return CHIP_NO_ERROR;
}

CHIP_ERROR GetAttestationRevocationDelegate(const char * revocationSetPath, chip::Credentials::DeviceAttestationRevocationDelegate ** revocationDelegate)
CHIP_ERROR GetAttestationRevocationDelegate(const char * revocationSetPath,
chip::Credentials::DeviceAttestationRevocationDelegate ** revocationDelegate)
{
if (revocationSetPath == nullptr)
{
Expand Down

0 comments on commit 1149308

Please sign in to comment.