summaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/option-types.hxx b/odb/option-types.hxx
index 42737f3..683095d 100644
--- a/odb/option-types.hxx
+++ b/odb/option-types.hxx
@@ -69,9 +69,7 @@ operator<< (std::ostream&, schema_format);
//
struct oracle_version
{
- oracle_version (): major_ (0), minor_ (0)
- {
- }
+ oracle_version (): major_ (0), minor_ (0) {}
oracle_version (unsigned short major, unsigned short minor)
: major_ (major), minor_ (minor)