From e1567707b1f6921cd796236b08bac52dcdd259f4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 4 Feb 2002 19:45:11 +0000 Subject: [PATCH] Tab removed :-) [SVN r12701] --- smart_ptr_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_ptr_test.cpp b/smart_ptr_test.cpp index 8d41070..baee93d 100644 --- a/smart_ptr_test.cpp +++ b/smart_ptr_test.cpp @@ -27,7 +27,7 @@ bool boost_error(char const *, char const *, char const *, long) { - return true; // fail with assert() + return true; // fail with assert() } class Incomplete;