[gtkmm] Whitespace change



commit a37a1a5ebd6c5b0c8578ebc56baa439725cab694
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Oct 9 09:47:01 2013 +0200

    Whitespace change

 gtk/src/builder.hg |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/builder.hg b/gtk/src/builder.hg
index d22558d..66e442e 100644
--- a/gtk/src/builder.hg
+++ b/gtk/src/builder.hg
@@ -77,6 +77,7 @@ public:
    * @newin{2,14}
    */
   static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const Glib::ustring& object_id);
+
   //This is just to avoid the ambiguous call when using a string literal,
   //caused by the overload that takes a std::vector<Glib::ustring>.
   /** Parses a file containing a GtkBuilder UI definition, building only the requested object.
@@ -93,6 +94,7 @@ public:
    * @newin{2,16}
    */
   static Glib::RefPtr<Builder> create_from_file(const std::string& filename, const char* object_id);
+
   /** Parses a file containing a GtkBuilder UI definition, building only the requested objects.
    *
    * If you are adding an object that depends on an object that is not
@@ -176,6 +178,7 @@ public:
    * @newin{2,12}
    */
   static Glib::RefPtr<Builder> create_from_string(const Glib::ustring& buffer);
+
   //This is just to avoid the ambiguous call when using a string literal,
   //caused by the overload that takes a std::vector<Glib::ustring>.
   /** Parses a string containing a GtkBuilder UI definition building only the requested object.


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