categoricals: Convert tabs to spaces.
[pspp] / src / math / categoricals.h
index f427c473b788d854317e47be8e891aabed055a16..4ab17299a7a1ad427103afd23023aee1de5e664b 100644 (file)
@@ -53,8 +53,8 @@ union value;
 /* Creating and destroying categoricals. */
 struct categoricals *categoricals_create (struct interaction *const *,
                                           size_t n,
-                                         const struct variable *wv,
-                                         enum mv_class fctr_excl);
+                                          const struct variable *wv,
+                                          enum mv_class fctr_excl);
 void categoricals_destroy (struct categoricals *);
 
 /* Updating categoricals. */