From 0af59b8a8cf626e71da89a2b301c203bc1a23d97 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 20 Oct 2011 10:49:19 +0200 Subject: Aesthetic changes and small bug fixes --- odb/relational/source.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'odb/relational/source.hxx') 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; } } -- cgit v1.1