[gegl] gegl: add more whitespace to gegl-chain serializations



commit 942a094aae8b482048e7806f16694c0f393e4bb3
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Apr 13 18:39:14 2017 +0200

    gegl: add more whitespace to gegl-chain serializations

 gegl/gegl-serialize.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-serialize.c b/gegl/gegl-serialize.c
index 2542a46..d8a0378 100644
--- a/gegl/gegl-serialize.c
+++ b/gegl/gegl-serialize.c
@@ -822,7 +822,7 @@ gegl_serialize2 (GeglNode *start, GeglNode *end, const char *basepath,
                     {
                       char *str = gegl_serialize2 (NULL, aux, basepath, ht,
                                                    flags);
-                      g_string_append_printf (s2, " aux=[%s ]", str);
+                      g_string_append_printf (s2, " aux=[ %s ]\n", str);
                       g_free (str);
                     }
                 }


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