mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
chore(SHA2Engine): fix formatting for #3026
This commit is contained in:
parent
fe59436763
commit
2b7b9531f1
@ -326,7 +326,7 @@ std::size_t SHA2Engine::digestLength() const
|
||||
|
||||
switch (_algorithm)
|
||||
{
|
||||
case SHA_224:
|
||||
case SHA_224:
|
||||
result = 224;
|
||||
break;
|
||||
case SHA_256:
|
||||
|
Loading…
Reference in New Issue
Block a user