aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/hash.cc
diff options
context:
space:
mode:
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();
}