summaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
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;
}
}