Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / category.c
index a8dd431b31904845b9efec054fbb4646af5e0190..8184990d224b58ca86cf9da3545d887c050cb040 100644 (file)
@@ -32,8 +32,6 @@
 */
 #include <config.h>
 
-#include "category.h"
-
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
@@ -144,7 +142,7 @@ cat_subscript_to_value (const size_t s, const struct variable *v)
 /*
   Return the number of categories of a categorical variable.
  */
-size_t 
+size_t
 cat_get_n_categories (const struct variable *v)
 {
   return var_get_obs_vals (v)->n_categories;