remove trailing whitespace

This commit is contained in:
Brett Nicholas
2024-09-24 12:58:01 -06:00
committed by GitHub
parent 8aa63e3aad
commit 967dc443fa

View File

@ -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) {