about summary refs log tree commit diff
path: root/converter/ppm/ppmtoppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtoppm.c')
-rw-r--r--converter/ppm/ppmtoppm.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/converter/ppm/ppmtoppm.c b/converter/ppm/ppmtoppm.c
index 500c9856..3a48eacc 100644
--- a/converter/ppm/ppmtoppm.c
+++ b/converter/ppm/ppmtoppm.c
@@ -20,7 +20,7 @@ main(int argc, char *argv[]) {
     pixval maxval;
     int row;
     pixel* pixelrow;
-    
+
     ppm_init(&argc, argv);
 
     if (argc-1 != 0)
@@ -42,3 +42,6 @@ main(int argc, char *argv[]) {
 
     exit(0);
 }
+
+
+