Formatting fix
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Apr 2015 02:09:04 +0000 (22:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Apr 2015 02:09:04 +0000 (22:09 -0400)
gtk/gtkfilechooserentry.c

index 20279e02b0df042f8183f86a20f957ed902280ed..032d19d02c7790709f0dae4d255f54e7c96427df 100644 (file)
@@ -267,7 +267,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));