diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-19 17:49:57 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-19 17:49:57 +0000 |
commit | c1892a53168f629d5baab2313c0066cc4386842d (patch) | |
tree | 066373b56c81eb64d9ae51da1f2e3f92a53092ff | |
parent | 15abb2aa2ba7de06a86e05511f81633616e17d87 (diff) |
tabs -> spaces
-rw-r--r-- | src/libutil/hash.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/hash.cc b/src/libutil/hash.cc index 7a8d091df..e49eb4569 100644 --- a/src/libutil/hash.cc +++ b/src/libutil/hash.cc @@ -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(); } |