Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / math / group-proc.h
index cdb360507d2b31ae939a10d773c607ef134576a9..94f41e874645539e2fdcfdbeccae2b5e1d8fd161 100644 (file)
@@ -35,12 +35,12 @@ struct group_proc
   /* The levene statistic */
   double levene ;
 
-  /* A hash of group statistics keyed by the value of the 
+  /* A hash of group statistics keyed by the value of the
      independent variable */
   struct hsh_table *group_hash;
 
   /* Mean square error */
-  double mse ; 
+  double mse ;
 
 };