Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / data / vardict.h
index 2af9b92b8721c45b9764883eadd9e73b47501660..0d93e35c289dfaad04debc2f7ac80bf0bf199789 100644 (file)
@@ -26,7 +26,7 @@
 struct dictionary ;
 
 /* Dictionary data stored in variable. */
-struct vardict_info 
+struct vardict_info
   {
     int dict_index;     /* Dictionary index containing the variable. */
     int case_index;     /* Index into case of variable data. */