about summary refs log tree commit diff
path: root/converter/pbm/pbmtoascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm/pbmtoascii.c')
-rw-r--r--converter/pbm/pbmtoascii.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/converter/pbm/pbmtoascii.c b/converter/pbm/pbmtoascii.c
index 0305a47b..634bea67 100644
--- a/converter/pbm/pbmtoascii.c
+++ b/converter/pbm/pbmtoascii.c
@@ -272,7 +272,7 @@ main(int argc, const char ** argv) {
     }
     else
         ifP = stdin;
-    
+
     if ( argn != argc )
         pm_usage( usage );
 
@@ -282,3 +282,6 @@ main(int argc, const char ** argv) {
 
     return 0;
 }
+
+
+