Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / math / group-proc.h
index 9132ef95ffd794c0efec9ce852ff18185ad32933..94f41e874645539e2fdcfdbeccae2b5e1d8fd161 100644 (file)
@@ -2,7 +2,6 @@
 
    Copyright (C) 2004 Free Software Foundation, Inc.
 
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -36,16 +35,16 @@ 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 ;
 
 };
 
 struct variable;
-struct group_proc *group_proc_get (struct variable *);
+struct group_proc *group_proc_get (const struct variable *);
 
 #endif