[glom] Tiny whitespace fix.



commit 3c5bfa8c46e81bdaa4692b2865a92e82f3bbbfc0
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue May 22 08:54:13 2012 +0200

    Tiny whitespace fix.

 glom/libglom/data_structure/layout/formatting.h |    1 +
 glom/libglom/document/document.cc               |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/data_structure/layout/formatting.h b/glom/libglom/data_structure/layout/formatting.h
index 488769b..d672e27 100644
--- a/glom/libglom/data_structure/layout/formatting.h
+++ b/glom/libglom/data_structure/layout/formatting.h
@@ -102,6 +102,7 @@ public:
    * @returns whether the text should be displayed with multiple lines
    */
   bool get_text_format_multiline() const;
+
   /** Set whether the text should be displayed with multiple lines in the
    * details view. Text is displayed with a single line in the list view.
    * @param[in] value whether the text should be displayed with multiple lines
diff --git a/glom/libglom/document/document.cc b/glom/libglom/document/document.cc
index 6c89afc..a141b80 100644
--- a/glom/libglom/document/document.cc
+++ b/glom/libglom/document/document.cc
@@ -2237,7 +2237,7 @@ void Document::load_after_layout_group(const xmlpp::Element* node, const Glib::u
           else if(navigation_type_as_string == GLOM_ATTRIBUTE_PORTAL_NAVIGATION_TYPE_SPECIFIC)
           {
             //Read the specified relationship name:
-            sharedptr<UsesRelationship>relationship_navigation_specific = sharedptr<UsesRelationship>::create();
+            sharedptr<UsesRelationship> relationship_navigation_specific = sharedptr<UsesRelationship>::create();
             load_after_layout_item_usesrelationship(elementNavigationRelationshipSpecific, portal->get_table_used(table_name), relationship_navigation_specific);
             portal->set_navigation_relationship_specific(relationship_navigation_specific);
           }



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