2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 00:10:54 +00:00

Remove trailing whitespace

This commit is contained in:
Jay Berkenbilt 2015-10-31 16:57:25 -04:00
parent b029555909
commit f0b85a1eb1

View File

@ -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);