diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 7aba23c2d9..001398bd78 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -272,7 +272,8 @@ set_complete_on_load (GtkFileChooserEntry *chooser_entry, gboolean complete_on_load) { /* a completion was triggered, but we couldn't do it. - * So no text was inserted when pressing tab, so we beep */ + * So no text was inserted when pressing tab, so we beep + */ if (chooser_entry->complete_on_load && !complete_on_load) gtk_widget_error_bell (GTK_WIDGET (chooser_entry));