Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / stats / chisquare.h
index d9d34abdce38e1030cd143246554fb1c3e4a34a3..131dce2329c15a4393c2c843e29c7e1d110012a3 100644 (file)
 
 struct chisquare_test
 {
-  struct one_sample_test parent;  
+  struct one_sample_test parent;
 
   bool ranged ;     /* True if this test has a range specified */
 
   int lo;           /* Lower bound of range (undefined if RANGED is false) */
   int hi;           /* Upper bound of range (undefined if RANGED is false) */
 
-  double *expected; 
+  double *expected;
   int n_expected;
 };
 
@@ -45,7 +45,7 @@ void chisquare_insert_variables (const struct npar_test *test,
                                 struct hsh_table *variables);
 
 
-void chisquare_execute (const struct dataset *ds, 
+void chisquare_execute (const struct dataset *ds,
                        struct casereader *input,
                         enum mv_class exclude,
                        const struct npar_test *test);