From 2e749068a812e75abb86abd7840723ef0ad4f813 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sat, 18 Mar 2006 15:15:33 +0000 Subject: Fixed indentation. --- src/utils/dtor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 89b33eea..f2c6c1b8 100644 --- a/src/utils/dtor.h +++ b/src/utils/dtor.h @@ -30,20 +30,20 @@ template struct dtor : public std::unary_function { - void operator()(T &ptr) { delete ptr; } + void operator()(T &ptr) { delete ptr; } }; template struct dtor > : - public std::unary_function , void> +public std::unary_function , void> { - void operator()(std::pair &pair) { delete pair.second; } + void operator()(std::pair &pair) { delete pair.second; } }; -template + template inline dtor make_dtor(Cont const&) { - return dtor(); + return dtor(); } #endif -- cgit v1.2.3-70-g09d2