[recipes] Fix a whitespace snafu



commit 318a32061eb067915e26d21796a7fe717bccc3b0
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 30 17:22:57 2016 -0500

    Fix a whitespace snafu

 src/gr-details-page.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-details-page.c b/src/gr-details-page.c
index 23c9f4d..3299581 100644
--- a/src/gr-details-page.c
+++ b/src/gr-details-page.c
@@ -728,8 +728,8 @@ populate_ingredients (GrDetailsPage *page,
                         g_object_set (label,
                                       "visible", TRUE,
                                       "xalign", 0.0,
-                              "margin", 10,
-                              NULL);
+                                      "margin", 10,
+                                      NULL);
                         gtk_container_add (GTK_CONTAINER (box), label);
 
                         gtk_container_add (GTK_CONTAINER (list), box);


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