Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 1, 2023
1 parent 0ea6201 commit baa75cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int
randombytes_getentropy(void * const buf, const size_t size)
{
if (CCRandomGenerateBytes(buf, size) != kCCSuccess) {
return -1;
return -1;
}
return 0;
}
Expand Down

0 comments on commit baa75cd

Please sign in to comment.