[gimp] app: in performance logs, add new-lines between variable definitions



commit c7f17307028ff8ffa98fcaae2833d25f839639c5
Author: Ell <ell_se yahoo com>
Date:   Sat Nov 10 02:44:56 2018 -0500

    app: in performance logs, add new-lines between variable definitions

 app/widgets/gimpdashboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/widgets/gimpdashboard.c b/app/widgets/gimpdashboard.c
index badc6e7cd0..7bc03f6c1a 100644
--- a/app/widgets/gimpdashboard.c
+++ b/app/widgets/gimpdashboard.c
@@ -4332,7 +4332,7 @@ gimp_dashboard_log_start_recording (GimpDashboard  *dashboard,
                                         /* intentionally untranslated */
                                         variable_info->description);
       gimp_dashboard_log_printf (dashboard,
-                                 "\" />");
+                                 "\" />\n");
     }
 
   gimp_dashboard_log_printf (dashboard,


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