From c1892a53168f629d5baab2313c0066cc4386842d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 19 Jun 2020 17:49:57 +0000 Subject: [PATCH] tabs -> spaces --- src/libutil/hash.cc | 4 ++-- 1 file 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(); }