about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/ppmcmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ppmcmap.h b/lib/ppmcmap.h
index a39d27c0..dd3e5c14 100644
--- a/lib/ppmcmap.h
+++ b/lib/ppmcmap.h
@@ -36,10 +36,10 @@ ppm_computecolorhist2(FILE * const ifp,
                       const int maxcolors, int * const colorsP );
 
 void
-ppm_addtocolorhist( colorhist_vector chv, 
-                    int * const colorsP, const int maxcolors, 
-                    const pixel * const colorP, 
-                    const int value, const int position );
+ppm_addtocolorhist(colorhist_vector chv, 
+                   int * const colorsP, const int maxcolors, 
+                   const pixel * const colorP, 
+                   const int value, const int position );
 
 void
 ppm_freecolorhist(colorhist_vector const chv);