Whitespace changes only.
[pspp] / src / ui / gui / psppire-dialog-action-means.c
index 10cc426bf1658becf76bb36d617ce4b20a699953..c9b7eb8f65f41fb1e83e24a387d4b126996c6f69 100644 (file)
@@ -97,7 +97,7 @@ psppire_dialog_action_means_activate (PsppireDialogAction *a, GVariant *param)
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionMeans *act = PSPPIRE_DIALOG_ACTION_MEANS (a);
 
-  GtkBuilder *xml = builder_new ( "means.ui");
+  GtkBuilder *xml = builder_new ("means.ui");
 
   GtkWidget *vb =   get_widget_assert (xml, "frame2");
   act->layer = psppire_means_layer_new ();