aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-14 15:26:58 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:14 +0200
commit1911d85d772ea259c75e6dcb6577d671b5364a99 (patch)
tree92ae234653a57e58a2e38193eb70d0fdd88a3f1d /odb/option-types.hxx
parente316e483104637ac23d842fe8ca583aa372d3dc1 (diff)
Aesthetic changes and syntax corrections
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)