Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / category.c
index fe053b8699fef7d8a84cb9368aa9370d31b51df5..8184990d224b58ca86cf9da3545d887c050cb040 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - binary encodings for categorical variables.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Jason H Stover <jason@sakla.net>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -33,8 +32,6 @@
 */
 #include <config.h>
 
-#include "category.h"
-
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
@@ -145,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;