New module: psppire_variable_sheet.c
[pspp] / src / ui / gui / psppire-dialog-action-k-related.c
index e8760fc4ba0fb555e37943e40a2efe5bef0f18f4..87c34c1665f2fe3d659964384f2b36ad4a542a57 100644 (file)
@@ -78,11 +78,11 @@ dialog_state_valid (gpointer data)
     return FALSE;
 
   /* At least one checkbutton must be active */
-  if ( 
+  if (
       ! gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (krd->friedman))
-      && 
+      &&
       ! gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (krd->kendal))
-      && 
+      &&
       ! gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (krd->cochran))
        )
     return FALSE;