From 6c4537885e89f69b9368251759f75127e6dcc4d6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 25 Jun 2022 08:29:07 -0400 Subject: Reformat code --- libqpdf/QPDFObjectHandle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDFObjectHandle.cc') 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); } -- cgit v1.2.3-54-g00ecf