aboutsummaryrefslogtreecommitdiff
path: root/odb/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-29 13:52:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-29 13:52:35 +0200
commitfc2d3c257656c7117c612755ea2a8036cef214b4 (patch)
tree0ef0261d4cfef678ffb7ef57f6d3799cd0c40024 /odb/parser.cxx
parent7f6c64f2211d37db76a97fbc79a4b5492302ef2f (diff)
Cosmetic changes
Diffstat (limited to 'odb/parser.cxx')
-rw-r--r--odb/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/parser.cxx b/odb/parser.cxx
index 63fd342..c257305 100644
--- a/odb/parser.cxx
+++ b/odb/parser.cxx
@@ -983,7 +983,7 @@ emit_template_decl (tree decl)
tree t (TREE_TYPE (s));
tree d (TYPE_NAME (t));
- ts << "\tspecialization" << t << " at "
+ ts << "\tspecialization " << t << " at "
<< DECL_SOURCE_FILE (d) << ":"
<< DECL_SOURCE_LINE (d) << endl;
}
@@ -996,7 +996,7 @@ emit_template_decl (tree decl)
tree t (TREE_VALUE (i));
tree d (TYPE_NAME (t));
- ts << "\tinstantiation" << t << " at "
+ ts << "\tinstantiation " << t << " at "
<< DECL_SOURCE_FILE (d) << ":"
<< DECL_SOURCE_LINE (d) << endl;
}