Fix indent for error case.

This commit is contained in:
David Garske
2018-10-04 16:07:35 -07:00
parent 0ec9b28402
commit 319096e7e7

View File

@ -483,7 +483,7 @@ const char* wc_GetErrorString(int error)
return "DH Check Private Key failure";
case WC_AFALG_SOCK_E:
return "AF_ALG socket error";
return "AF_ALG socket error";
case WC_DEVCRYPTO_E:
return "Error with /dev/crypto";