[recipes] Refine spacing in System tab



commit c344769fa4c738e017134a60158ab9188a820518
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 7 15:37:39 2017 -0500

    Refine spacing in System tab
    
    We shouldn't have an extra newline at the end. Remove it.

 src/gr-app.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-app.c b/src/gr-app.c
index 56f9014..52896fe 100644
--- a/src/gr-app.c
+++ b/src/gr-app.c
@@ -308,7 +308,7 @@ populate_system_tab (GtkTextView *view)
                 g_string_append_printf (s, "\tgspell\t%s\n", GSPELL_VERSION);
 #endif
                 g_string_append_printf (s, "\tlibgd\t%s\tLGPLv2\n", LIBGD_INFO);
-                g_string_append_printf (s, "\tlibglnx\t%s\tLGPLv2\n", LIBGLNX_INFO);
+                g_string_append_printf (s, "\tlibglnx\t%s\tLGPLv2", LIBGLNX_INFO);
         }
         else {
                 g_string_append (s, _("System libraries"));
@@ -332,7 +332,7 @@ populate_system_tab (GtkTextView *view)
                 g_string_append (s, _("Bundled libraries"));
                 g_string_append (s, "\n");
                 g_string_append_printf (s, "\tlibgd\t%s\tLGPLv2\n", LIBGD_INFO);
-                g_string_append_printf (s, "\tlibglnx\t%s\tLGPLv2\n", LIBGLNX_INFO);
+                g_string_append_printf (s, "\tlibglnx\t%s\tLGPLv2", LIBGLNX_INFO);
        }
 
         buffer = gtk_text_view_get_buffer (view);


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