Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / math / group.h
index 9c2f84fe6de132ac9c75ecc3aacdba70a9d869b7..6d4691e7b74f003ab2079e589c0797d3f1acd410 100644 (file)
@@ -38,7 +38,7 @@ struct group_statistics
 
     /* Sample std. deviation */
     double s_std_dev;
-    
+
     /* count */
     double n;
 
@@ -58,13 +58,13 @@ struct group_statistics
 
     /* Running total of the Levene for this group */
     double lz_total;
-    
+
     /* Group mean of Levene */
-    double lz_mean; 
+    double lz_mean;
 
 
     /* min and max values */
-    double minimum ; 
+    double minimum ;
     double maximum ;
 
 
@@ -75,10 +75,10 @@ struct group_statistics
 
 /* These funcs are useful for hash tables */
 
-/* Return -1 if the id of a is less than b; +1 if greater than and 
+/* 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  compare_group(const struct group_statistics *a,
+                  const struct group_statistics *b,
                   int width);
 
 unsigned hash_group(const struct group_statistics *g, int width);