aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-27 18:50:35 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-27 18:50:35 +0200
commita603c1e395d039e71ca8e4c70bc43f2f9d2d604b (patch)
tree29cc9bfda3ad69f152cfce96e613a6874942c0f0 /include
parentc810f0f21edf7416c6e7944d6b1619e308c764c3 (diff)
downloadqpdf-a603c1e395d039e71ca8e4c70bc43f2f9d2d604b.tar.zst
Run format-code
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index cda257f1..292397d4 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1466,7 +1466,7 @@ class QPDFObjectHandle
{
if (!o.dereference()) {
throw std::logic_error("attempted to dereference an"
- " uninitialized QPDFObjectHandle");
+ " uninitialized QPDFObjectHandle");
};
return o.obj;
}