Commit f0b85a1eb139a08bdf52e1fc9902364bbf8b1068

Authored by Jay Berkenbilt
1 parent b0295559

Remove trailing whitespace

Showing 1 changed file with 1 additions and 1 deletions
libqpdf/QPDF.cc
@@ -534,7 +534,7 @@ QPDF::read_xrefTable(qpdf_offset_t xref_offset) @@ -534,7 +534,7 @@ QPDF::read_xrefTable(qpdf_offset_t xref_offset)
534 QUtil::int_to_string(i) + ")"); 534 QUtil::int_to_string(i) + ")");
535 } 535 }
536 536
537 - // For xref_table, these will always be small enough to be ints 537 + // For xref_table, these will always be small enough to be ints
538 qpdf_offset_t f1 = QUtil::string_to_ll(m2.getMatch(1).c_str()); 538 qpdf_offset_t f1 = QUtil::string_to_ll(m2.getMatch(1).c_str());
539 int f2 = atoi(m2.getMatch(2).c_str()); 539 int f2 = atoi(m2.getMatch(2).c_str());
540 char type = m2.getMatch(3).at(0); 540 char type = m2.getMatch(3).at(0);