aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFObjectHandle.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-25 14:29:07 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-25 17:11:24 +0200
commit6c4537885e89f69b9368251759f75127e6dcc4d6 (patch)
treeee3ad1d6bf306e7121d8f31328613b1e5934c629 /libqpdf/QPDFObjectHandle.cc
parent7836e1974726f379b96d980cfa39561cfab2e0ff (diff)
downloadqpdf-6c4537885e89f69b9368251759f75127e6dcc4d6.tar.zst
Reformat code
Diffstat (limited to 'libqpdf/QPDFObjectHandle.cc')
-rw-r--r--libqpdf/QPDFObjectHandle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index 62739675..b3f21a27 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -1552,7 +1552,7 @@ QPDFObjectHandle::getObjGen() const
std::string
QPDFObjectHandle::getObjGenAsStr() const
{
- return QUtil::int_to_string(this->objid) + " " +
+ return QUtil::int_to_string(this->objid) + " " +
QUtil::int_to_string(this->generation);
}