From 7e8bc6e8ef4ad76cfc6b542f9af541b2c89b08f9 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 24 Aug 2019 22:39:34 +0000 Subject: whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3661 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pammap.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib') diff --git a/lib/pammap.h b/lib/pammap.h index da2e2470..3477b84e 100644 --- a/lib/pammap.h +++ b/lib/pammap.h @@ -20,14 +20,14 @@ extern "C" { #endif struct tupleint { - /* An ordered pair of a tuple value and an integer, such as you + /* An ordered pair of a tuple value and an integer, such as you would find in a tuple table or tuple hash. Note that this is a variable length structure. */ int value; - sample tuple[1]; - /* This is actually a variable size array -- its size is the + sample tuple[1]; + /* This is actually a variable size array -- its size is the depth of the tuple in question. Some compilers do not let us declare a variable length array. */ @@ -52,20 +52,20 @@ pnm_hashtuple(struct pam * const pamP, tuple const tuple); void pnm_addtotuplehash(struct pam * const pamP, - tuplehash const tuplehash, + tuplehash const tuplehash, tuple const tuple, int const value, int * const fitsP); void pnm_addtuplefreqoccurrence(struct pam * const pamP, - tuple const value, + tuple const value, tuplehash const tuplefreqhash, int * const firstOccurrenceP); void -pnm_lookuptuple(struct pam * const pamP, const tuplehash tuplehash, - const tuple searchval, +pnm_lookuptuple(struct pam * const pamP, const tuplehash tuplehash, + const tuple searchval, int * const foundP, int * const retvalP); tupletable @@ -113,7 +113,7 @@ pnm_computetuplefreqhash(struct pam * const pamP, unsigned int * const sizeP); tuplehash -pnm_computetupletablehash(struct pam * const pamP, +pnm_computetupletablehash(struct pam * const pamP, tupletable const tupletable, unsigned int const tupletableSize); @@ -123,8 +123,8 @@ pnm_tuplehashtotable(const struct pam * const pamP, unsigned int const maxsize); char* -pam_colorname(struct pam * const pamP, - tuple const color, +pam_colorname(struct pam * const pamP, + tuple const color, enum colornameFormat const format); #ifdef __cplusplus -- cgit 1.4.1