about summary refs log tree commit diff
path: root/lib/libpgm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpgm.h')
-rw-r--r--lib/libpgm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpgm.h b/lib/libpgm.h
index 7523faaf..eb292c80 100644
--- a/lib/libpgm.h
+++ b/lib/libpgm.h
@@ -7,9 +7,9 @@
 #include "pgm.h"
 
 void
-pgm_readpgminitrest(FILE * const file, 
-                    int *  const colsP, 
-                    int *  const rowsP, 
+pgm_readpgminitrest(FILE * const file,
+                    int *  const colsP,
+                    int *  const rowsP,
                     gray * const maxvalP);
 
 #endif