Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed Sep 24, 2024
1 parent 8aa63e3 commit 967dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/src/cryptocb.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static const char* GetHashTypeStr(int hash)
return NULL;
}

#ifdef WOLFSSL_CMAC
#ifdef WOLFSSL_CMAC
static const char* GetCmacTypeStr(int type)
{
switch (type) {
Expand Down

0 comments on commit 967dc44

Please sign in to comment.