From f0b85a1eb139a08bdf52e1fc9902364bbf8b1068 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 31 Oct 2015 16:57:25 -0400 Subject: Remove trailing whitespace --- libqpdf/QPDF.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') 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); -- cgit v1.2.3-54-g00ecf