aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-07 18:09:37 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-06-07 18:09:37 +0200
commit9014403104a5717f7dd8aab4c429d7fb710b9471 (patch)
treefedf75fd03562052f4ef7eb8ceea941f4d77aa61 /odb
parent63aec0d22bdf4335fe5e42fa8bb7004b306caa50 (diff)
Aesthetic changes
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/statement.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx
index 96ba0b5..b73f2dc 100644
--- a/odb/pgsql/statement.cxx
+++ b/odb/pgsql/statement.cxx
@@ -166,8 +166,7 @@ namespace odb
case bind::bytea:
default:
{
- *b.size = static_cast<size_t> (
- PQgetlength (result, int_row, i));
+ *b.size = static_cast<size_t> (PQgetlength (result, int_row, i));
if (b.capacity < *b.size)
{