aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/error.hxx')
-rw-r--r--odb/pgsql/error.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx
index 139a33c..287b45a 100644
--- a/odb/pgsql/error.hxx
+++ b/odb/pgsql/error.hxx
@@ -11,7 +11,6 @@
#include <libpq-fe.h>
#include <odb/pgsql/version.hxx>
-
#include <odb/pgsql/details/export.hxx>
namespace odb
@@ -28,8 +27,7 @@ namespace odb
// allocation error.
//
LIBODB_PGSQL_EXPORT void
- translate_error (connection& c,
- PGresult* r);
+ translate_error (connection& c, PGresult* r);
// Return true if the PGresult is in an error state. If both s and r are
// non-null, the pointed to value will be populated with the result status.