From 1911d85d772ea259c75e6dcb6577d671b5364a99 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 14 Oct 2011 15:26:58 +0200 Subject: Aesthetic changes and syntax corrections --- odb/option-types.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'odb/option-types.hxx') 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) -- cgit v1.1