Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / language / stats / npar.h
index cdbc1f1c343c2370a252c1902316895e17127ca1..6cf627a2b4171cebd34891684fe4de98da84c51f 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <stddef.h>
 #include <data/missing-values.h>
+
 typedef const struct variable *variable_pair[2];
 
 struct hsh_table;
@@ -35,13 +35,13 @@ struct dataset;
 
 struct npar_test
 {
-  void (*execute) (const struct dataset *, 
+  void (*execute) (const struct dataset *,
                   struct casereader *,
                    enum mv_class exclude,
                   const struct npar_test *
                   );
 
-  void (*insert_variables) (const struct npar_test *, 
+  void (*insert_variables) (const struct npar_test *,
                            struct const_hsh_table *);
 };