tabs -> spaces

This commit is contained in:
John Ericson 2020-06-19 17:49:57 +00:00
parent 15abb2aa2b
commit c1892a5316

View file

@ -368,8 +368,8 @@ string printHashType(HashType ht)
case htSHA256: return "sha256"; break;
case htSHA512: return "sha512"; break;
}
// illegal hash type enum value internally, as opposed to external input
// which should be validated with nice error message.
// illegal hash type enum value internally, as opposed to external input
// which should be validated with nice error message.
abort();
}