Merge pull request #5859 from anhu/ws

whitespace
This commit is contained in:
David Garske
2022-12-06 14:08:10 -08:00
committed by GitHub

View File

@ -52,7 +52,7 @@ int ext_kyber_enabled(int id)
{
const char * name = OQS_ID2name(id);
return OQS_KEM_alg_is_enabled(name);
}
}
#endif
/******************************************************************************/