Whitespace changes only.
[pspp-builds.git] / src / ui / gui / sort-cases-dialog.h
index 9d551c2a24fe3b660ef722aa4f4dd579d4d13023..88d1a21fcc4a3b1cd0fba190022362d4dcc6d91e 100644 (file)
@@ -34,7 +34,7 @@ struct sort_cases_dialog
 
   GtkTreeView *dict_view;
 
-  
+
   GtkTreeView *criteria_view;
   GtkTreeViewColumn *crit_col;
   GtkCellRenderer *crit_renderer;
@@ -47,18 +47,18 @@ struct sort_cases_dialog
   GtkButton *button;
 
   GtkToggleButton *ascending_button;
-  
+
   /* FIXME: Could this be done better with a GtkToggleAction ?? */
   enum {VAR_SELECT, VAR_DESELECT} button_state;
 
   gint response;
 };
 
-struct sort_cases_dialog * sort_cases_dialog_create(GladeXML *xml);
+struct sort_cases_dialog * sort_cases_dialog_create (GladeXML *xml);
 
 
-gint sort_cases_dialog_run(struct sort_cases_dialog *dialog, 
-                          PsppireDict *dict, 
+gint sort_cases_dialog_run (struct sort_cases_dialog *dialog,
+                          PsppireDict *dict,
                           struct sort_criteria *criteria
                           );