Whitespace changes only.
[pspp-builds.git] / src / ui / gui / customentry.c
index 961a4e47227436d2f20b5b6b9ae987b5b79c4751..b2c25aa395c240ed1b276e518de5092a1a05a489 100644 (file)
@@ -403,7 +403,7 @@ psppire_custom_entry_size_allocate (GtkWidget     *widget,
   g_return_if_fail (allocation != NULL);
 
   ce = PSPPIRE_CUSTOM_ENTRY (widget);
-  button_width = psppire_custom_entry_get_button_width(ce);
+  button_width = psppire_custom_entry_get_button_width (ce);
   panel_width = button_width + 2 * widget->style->xthickness;
 
   widget->allocation = *allocation;