Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / category.h
index 9df3bd46e10b93a35bceef2ee335df8bc9524974..f11ab6bcc6b59bf6e7f9d3b23c2d0f4200e7b2d3 100644 (file)
@@ -19,7 +19,7 @@
 /*
   Functions and data structures to recode categorical variables into
   vectors and sub-rows of matrices.
-  
+
   To fit many types of statistical models, it is necessary
   to change each value of a categorical variable to a vector with binary
   entries. These vectors are then stored as sub-rows within a matrix
@@ -38,7 +38,7 @@
 #include <stddef.h>
 
 struct cat_vals;
-struct variable ; 
+struct variable ;
 union value;
 
 void cat_stored_values_create (const struct variable *);