[glom] whitespace correction



commit c5a9fd4707c81d70c5212aa7c9b69a715ade5f8b
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 28 14:50:45 2011 +0100

    whitespace correction

 glom/libglom/document/document.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/document/document.cc b/glom/libglom/document/document.cc
index 1ac9dc6..9813d2a 100644
--- a/glom/libglom/document/document.cc
+++ b/glom/libglom/document/document.cc
@@ -625,8 +625,8 @@ Document::type_vec_relationships Document::get_relationships(const Glib::ustring
     //Add the system properties if necessary:
     if(plus_system_prefs)
     {
-        if(std::find_if(result.begin(), result.end(), predicate_FieldHasName<Relationship>(GLOM_RELATIONSHIP_NAME_SYSTEM_PROPERTIES)) == result.end())
-          result.push_back(create_relationship_system_preferences(table_name));
+      if(std::find_if(result.begin(), result.end(), predicate_FieldHasName<Relationship>(GLOM_RELATIONSHIP_NAME_SYSTEM_PROPERTIES)) == result.end())
+        result.push_back(create_relationship_system_preferences(table_name));
     }
 
     return result;



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