aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-05 09:08:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-05 09:08:14 +0200
commit23608fff7e699a4aa30aa52dd86066f33b9cb89f (patch)
tree8d2229b83edf6ae5caa0cd365bec8d953483acad
parent8e27cd1598a7faff94713498828c0d8f583da8bf (diff)
Cosmetic changes
-rw-r--r--odb/relational/common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index dcae220..a1dbcf8 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -119,7 +119,7 @@ namespace relational
<< "//" << endl
<< "static const " << db << "::query_column<" << endl
<< " " << type << "," << endl
- << " " << db_type_id << ">" << endl
+ << " " << db_type_id << " >" << endl
<< name << ";"
<< endl;
}
@@ -129,7 +129,7 @@ namespace relational
os << "const " << db << "::query_column<" << endl
<< " " << type << "," << endl
- << " " << db_type_id << ">" << endl
+ << " " << db_type_id << " >" << endl
<< scope_ << "::" << name << " (" << endl
<< strlit (column) << ");"
<< endl;