summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-29 22:58:55 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-29 22:58:55 +0200
commit47375231d93cc5158a5ea18a7868409c1d5c3686 (patch)
tree491d2efce6642edee823d47e4f8de8792236b384 /apps/pdfclean.c
parent7748021cc09a52fbb12fc33d7e84806890394249 (diff)
downloadmupdf-47375231d93cc5158a5ea18a7868409c1d5c3686.tar.xz
Reformat to remove all instances of double spaces (to easier spot indentation errors in the future).
Diffstat (limited to 'apps/pdfclean.c')
-rw-r--r--apps/pdfclean.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c
index 021eb2bc..0fd9512a 100644
--- a/apps/pdfclean.c
+++ b/apps/pdfclean.c
@@ -253,9 +253,9 @@ static void cleanusage(void)
{
fprintf(stderr,
"usage: pdfclean [options] input.pdf [outfile.pdf] [pages]\n"
- " -p -\tpassword for decryption\n"
- " -g \tgarbage collect unused objects\n"
- " -x \texpand compressed streams\n");
+ "\t-p -\tpassword for decryption\n"
+ "\t-g\tgarbage collect unused objects\n"
+ "\t-x\texpand compressed streams\n");
exit(1);
}
@@ -341,8 +341,8 @@ int main(int argc, char **argv)
fz_dropobj(pages);
/* Create a new kids array too add into pages dict
- since each element must be replaced to point to
- a retained page */
+ * since each element must be replaced to point to
+ * a retained page */
kids = fz_newarray(1);
count = 0;