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 May 16, 2022
1 parent ef8a02e commit b0b50df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/credentials/FabricTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ CHIP_ERROR FabricInfo::SetExternallyOwnedOperationalKeypair(P256Keypair * keyPai
}

mHasExternallyOwnedOperationalKey = true;
mOperationalKey = keyPair;
mOperationalKey = keyPair;
return CHIP_NO_ERROR;
}

Expand Down
1 change: 0 additions & 1 deletion src/credentials/FabricTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class DLL_EXPORT FabricInfo
return mOperationalKey;
}


/**
* Sets the P256Keypair used for this fabric, transferring ownership of the
* key to this object by making a copy via the P256Keypair::Serialize and
Expand Down

0 comments on commit b0b50df

Please sign in to comment.