about summary refs log tree commit diff
path: root/lib/ppmcmap.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-29 18:09:31 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-29 18:09:31 +0000
commit32a52f69304d2d70c583d22c5f0f2b9747280b6b (patch)
tree6ce63b3638f2fa95155c2f0a73c2021d759181e7 /lib/ppmcmap.h
parent8c6a2c3de22c960480c7edeeb594cada7502afd9 (diff)
downloadnetpbm-mirror-32a52f69304d2d70c583d22c5f0f2b9747280b6b.tar.gz
netpbm-mirror-32a52f69304d2d70c583d22c5f0f2b9747280b6b.tar.xz
netpbm-mirror-32a52f69304d2d70c583d22c5f0f2b9747280b6b.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@766 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/ppmcmap.h')
-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);