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 13, 2021
1 parent 33a1302 commit b5cd773
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/Entropy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ void TemporaryAuditRandomNumberGenerator()
uint32_t r2 = GetRandU32();

ChipLogProgress(DeviceLayer, "AUDIT: * r1: 0x%08" PRIX32 " r2: 0x%08" PRIX32, r1, r2);
VerifyOrDieWithMsg(r1 != r2, DeviceLayer,
"AUDIT: FAILED: buf1, buf2 are equal: random number generator does not function!");
VerifyOrDieWithMsg(r1 != r2, DeviceLayer, "AUDIT: FAILED: buf1, buf2 are equal: random number generator does not function!");
ChipLogProgress(DeviceLayer, "AUDIT: ===== RANDOM NUMBER GENERATOR AUDIT END ====");
}

Expand Down

0 comments on commit b5cd773

Please sign in to comment.