From d704f8e112254efd67da830cf99a71daf7932988 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Jan 2012 12:52:21 +0200 Subject: Cosmetic changes --- odb/mssql/traits.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'odb/mssql') diff --git a/odb/mssql/traits.hxx b/odb/mssql/traits.hxx index 88703a1..4a4c9d5 100644 --- a/odb/mssql/traits.hxx +++ b/odb/mssql/traits.hxx @@ -568,7 +568,7 @@ namespace odb typedef char* image_type; static void - set_value (std::string& v, + set_value (std::string& v, const char* b, std::size_t n, bool is_null) @@ -580,11 +580,11 @@ namespace odb } static void - set_image (char* b, - std::size_t c, - std::size_t& n, - bool& is_null, - const std::string& v) + set_image (char* b, + std::size_t c, + std::size_t& n, + bool& is_null, + const std::string& v) { is_null = false; n = v.size (); -- cgit v1.1