From f79b8cb7ae8afa34e72ba8d9425b69fc5df2fa8a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 6 Sep 2002 12:50:02 +0000 Subject: [PATCH] Tabs removed. [SVN r15175] --- include/boost/detail/shared_count.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/shared_count.hpp b/include/boost/detail/shared_count.hpp index 6de061a..cd5ae8f 100644 --- a/include/boost/detail/shared_count.hpp +++ b/include/boost/detail/shared_count.hpp @@ -55,7 +55,7 @@ public: virtual char const * what() const throw() { - return "boost::use_count_is_zero"; + return "boost::use_count_is_zero"; } };