summaryrefslogtreecommitdiff
path: root/odb/relational/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.cxx')
-rw-r--r--odb/relational/source.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index 8ead851..238eceb 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -1261,7 +1261,6 @@ traverse_object (type& c)
string const& n (idf->name ());
string var ("im." + n + (n[n.size () - 1] == '_' ? "" : "_"));
init_auto_id (*idf, var); // idf == idb, since auto
- os << endl;
}
os << "if (";