Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / category.c
index ac8664c4ce72723a58b39920e5332dfe8bbe0efb..8184990d224b58ca86cf9da3545d887c050cb040 100644 (file)
@@ -142,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;