work on docs
[pspp] / src / ui / gui / psppire-value-entry.h
index 73fe14c3b9b1dbff231bf6b914d2c13935a8e15f..940de30b27cbc0bc8f632b7a9195ec425c0e34ef 100644 (file)
@@ -50,7 +50,7 @@ struct variable;
 typedef struct _PsppireValueEntry      PsppireValueEntry;
 typedef struct _PsppireValueEntryClass PsppireValueEntryClass;
 
-struct _PsppireValueEntry 
+struct _PsppireValueEntry
 {
   GtkComboBox parent;
 
@@ -63,7 +63,7 @@ struct _PsppireValueEntry
   const union value *cur_value;
 };
 
-struct _PsppireValueEntryClass 
+struct _PsppireValueEntryClass
 {
   GtkComboBoxClass parent_class;
 };