From d7d26dcb641ec5b217e2073c0ffeebad87562698 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 28 Oct 2011 13:59:59 +0200 Subject: Format generated code nicely --- odb/relational/header.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/relational') 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); -- cgit v1.1