[gxml] Element.vala: add some whitespace between functions



commit 8bfae8a900c0cb80c7aaa97acbe641f98a733b49
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Nov 16 15:13:56 2013 -0500

    Element.vala: add some whitespace between functions

 gxml/Element.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gxml/Element.vala b/gxml/Element.vala
index 3781037..2753219 100644
--- a/gxml/Element.vala
+++ b/gxml/Element.vala
@@ -239,6 +239,7 @@ namespace GXml {
                        else
                                return ""; // IDL says empty string, TODO: consider null instead
                }
+
                /**
                 * Set the value of this element's attribute named
                 * name to the string value.


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