X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fgroup.h;h=bc82c8ab8234424853cf2672764277145a22d90b;hb=e051d2cccc85e4ae2c46bddc7c674676ba7a5515;hp=1967e6550c45365264bb8832d1cd3bff1a530bec;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/math/group.h b/src/math/group.h index 1967e655..bc82c8ab 100644 --- a/src/math/group.h +++ b/src/math/group.h @@ -64,8 +64,6 @@ struct group_statistics /* min and max values */ double minimum ; double maximum ; - - }; @@ -75,13 +73,13 @@ struct group_statistics /* Return -1 if the id of a is less than b; +1 if greater than and 0 if equal */ -int compare_group(const struct group_statistics *a, - const struct group_statistics *b, - int width); +int compare_group (const struct group_statistics *a, + const struct group_statistics *b, + int width); -unsigned hash_group(const struct group_statistics *g, int width); +unsigned hash_group (const struct group_statistics *g, int width); -void free_group(struct group_statistics *v, void *aux); +void free_group (struct group_statistics *v, void *aux);