Whitespace changes only.
[pspp] / src / ui / gui / psppire-dialog-action-two-sample.c
index 2ad9b5ce134d17be80c19e84c2e9dfdb1da7b049..0a2908f944112a9329c2ea8f6b45b3c555e6ed63 100644 (file)
@@ -44,7 +44,7 @@ dialog_state_valid (gpointer data)
   struct variable *v = NULL;
   GtkTreeIter dest_iter;
 
-  if ( n_rows == 0 )
+  if (n_rows == 0)
     return FALSE;
 
   /* Get the last row */
@@ -103,7 +103,7 @@ select_as_pair_member (GtkTreeIter source_iter,
 
   n_rows = gtk_tree_model_iter_n_children  (GTK_TREE_MODEL (tt_d->list_store), NULL);
 
-  if ( n_rows > 0 )
+  if (n_rows > 0)
     {
 
       gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (tt_d->list_store),
@@ -114,7 +114,7 @@ select_as_pair_member (GtkTreeIter source_iter,
   else
     v1 = NULL;
 
-  if ( n_rows == 0 || v1 != NULL)
+  if (n_rows == 0 || v1 != NULL)
     {
       gtk_list_store_append (tt_d->list_store, &dest_iter);
 
@@ -174,7 +174,7 @@ psppire_dialog_action_two_sample_activate (PsppireDialogAction *a, GVariant *par
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionTwoSample *act = PSPPIRE_DIALOG_ACTION_TWO_SAMPLE (a);
 
-  GtkBuilder *xml = builder_new ( "paired-samples.ui");
+  GtkBuilder *xml = builder_new ("paired-samples.ui");
 
   /* NPAR Specific options */
   GtkWidget *frame = gtk_frame_new (_("Test Type"));