diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-06-08 08:32:37 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-05 14:40:26 +0200 |
commit | afa56605aca5021c5aab2fbe70cdfb81f863206f (patch) | |
tree | 303ed29f9d88a3971f4caf9cb6b310c13b1747d4 | |
parent | 718c1eafff379b6d1b3c217d00d0efb9f5b16c83 (diff) |
Aesthetic changes
-rw-r--r-- | odb/details/buffer.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx index 28c9cfa..6102c7b 100644 --- a/odb/details/buffer.hxx +++ b/odb/details/buffer.hxx @@ -38,7 +38,8 @@ namespace odb return capacity_; } - void capacity (std::size_t, std::size_t data_size = 0); + void + capacity (std::size_t, std::size_t data_size = 0); protected: void* data_; |