Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / value-labels.h
index 253990ea5a8beec3f564abc4088aad54b407d59a..1b096e26f36b5719a8801968bcbde04559c63011 100644 (file)
@@ -27,7 +27,7 @@
 struct val_labs;
 struct variable;
 
-struct val_lab 
+struct val_lab
   {
     union value value;
     const char *label;