aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-10-31 21:57:25 +0100
committerJay Berkenbilt <ejb@ql.org>2015-10-31 23:56:43 +0100
commitf0b85a1eb139a08bdf52e1fc9902364bbf8b1068 (patch)
treedd2ce0636a76064f51b2b453cddb92f82ebbc90c /libqpdf/QPDF.cc
parentb029555909ebc19fe54400ed29ed82442ba8675e (diff)
downloadqpdf-f0b85a1eb139a08bdf52e1fc9902364bbf8b1068.tar.zst
Remove trailing whitespace
Diffstat (limited to 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 9701a4c0..8bc8afc8 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -534,7 +534,7 @@ QPDF::read_xrefTable(qpdf_offset_t xref_offset)
QUtil::int_to_string(i) + ")");
}
- // For xref_table, these will always be small enough to be ints
+ // For xref_table, these will always be small enough to be ints
qpdf_offset_t f1 = QUtil::string_to_ll(m2.getMatch(1).c_str());
int f2 = atoi(m2.getMatch(2).c_str());
char type = m2.getMatch(3).at(0);