[gtk+] Formatting fix



commit fc8516fe75089459c09e750db0c5d6ae643dea63
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Apr 5 22:09:04 2015 -0400

    Formatting fix

 gtk/gtkfilechooserentry.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index 20279e0..032d19d 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -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));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]