summaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_MD5.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_MD5.cc')
-rw-r--r--libqpdf/Pl_MD5.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/Pl_MD5.cc b/libqpdf/Pl_MD5.cc
index 93a0c8a1..9bffa2a6 100644
--- a/libqpdf/Pl_MD5.cc
+++ b/libqpdf/Pl_MD5.cc
@@ -70,8 +70,8 @@ Pl_MD5::getHexDigest()
{
if (! this->enabled)
{
- throw std::logic_error(
- "digest requested for a disabled MD5 Pipeline");
+ throw std::logic_error(
+ "digest requested for a disabled MD5 Pipeline");
}
this->in_progress = false;
return this->md5.unparse();