summaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-28 13:59:59 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-11-01 13:14:55 +0200
commitd7d26dcb641ec5b217e2073c0ffeebad87562698 (patch)
treeb85d78ba38d33c60314fcbd49c8557c1fe70c010 /odb
parent9b9814cda6a159ab7eafd18ac85f57df01c8c762 (diff)
Format generated code nicely
Diffstat (limited to 'odb')
-rw-r--r--odb/relational/header.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index cf09097..355ec83 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -109,7 +109,8 @@ namespace relational
names (c);
if (!(composite (c) || abstract (c)))
- os << "std::size_t version;";
+ os << "std::size_t version;"
+ << endl;
image_extra (c);