summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-20 10:49:19 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:15 +0200
commit0af59b8a8cf626e71da89a2b301c203bc1a23d97 (patch)
tree4a4ade98a76ce98b495b947110ad6edcd1a16217 /odb/relational/source.hxx
parent20f2d671951ce2bf3e4b86d26e326e770733e421 (diff)
Aesthetic changes and small bug fixes
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index f18c51d..60778fa 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1264,9 +1264,9 @@ namespace relational
else
os << "init (data_image_type& i, const value_type& v)";
- os<< "{"
- << "bool grew (false);"
- << endl;
+ os << "{"
+ << "bool grew (false);"
+ << endl;
if (ordered)
{
@@ -1304,6 +1304,7 @@ namespace relational
<< "{"
<< "bool grew (false);"
<< endl;
+
break;
}
}