aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/hash.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-19 17:49:57 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-19 17:49:57 +0000
commitc1892a53168f629d5baab2313c0066cc4386842d (patch)
tree066373b56c81eb64d9ae51da1f2e3f92a53092ff /src/libutil/hash.cc
parent15abb2aa2ba7de06a86e05511f81633616e17d87 (diff)
tabs -> spaces
Diffstat (limited to 'src/libutil/hash.cc')
-rw-r--r--src/libutil/hash.cc4
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();
}