From afa56605aca5021c5aab2fbe70cdfb81f863206f Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 8 Jun 2011 08:32:37 +0200 Subject: Aesthetic changes --- odb/details/buffer.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/details') 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_; -- cgit v1.1