diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-25 07:20:08 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-25 07:20:08 +0200 |
commit | 9ce6c9851b48e575f712b6c30520211315811253 (patch) | |
tree | 8785c530040f0029c0092fe49bb78a32f43c5bcc | |
parent | b7f16d7e0043560682dd5a2a0c3d336de87b9634 (diff) |
Aesthetic changes
-rw-r--r-- | odb/oracle/traits.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx index f437d3c..f9de006 100644 --- a/odb/oracle/traits.cxx +++ b/odb/oracle/traits.cxx @@ -117,8 +117,8 @@ namespace odb { const string& v (*static_cast<const string*> (ctx)); - *p= one_chunk; - *s= static_cast<ub4> (v.size ()); + *p = one_chunk; + *s = static_cast<ub4> (v.size ()); *b = v.c_str (); return true; |