2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

Make a few whitespace fixes from last commit

Commit by ejb@ql.org using m-holger as author so git annotate gives
proper credit for changes.
This commit is contained in:
m-holger 2022-01-22 09:14:53 -05:00 committed by Jay Berkenbilt
parent 8593b9fdf7
commit 1b1b471ca9
4 changed files with 4 additions and 5 deletions

View File

@ -3129,7 +3129,6 @@ static void test_82(QPDF& pdf, char const* arg2)
assert(! pdf.getObjectByID(2,0).isStreamOfType("/Pages")); assert(! pdf.getObjectByID(2,0).isStreamOfType("/Pages"));
} }
void runtest(int n, char const* filename1, char const* arg2) void runtest(int n, char const* filename1, char const* arg2)
{ {
// Most tests here are crafted to work on specific files. Look at // Most tests here are crafted to work on specific files. Look at