From 2af8c475588ae0e613679f3cc10b4d571b412e48 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 5 Apr 2012 03:59:02 +0000 Subject: [PATCH] Fix inspection warning (tab removed) [SVN r77773] --- test/lexical_cast_no_exceptions_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lexical_cast_no_exceptions_test.cpp b/test/lexical_cast_no_exceptions_test.cpp index 8431c3a..dbec8ea 100755 --- a/test/lexical_cast_no_exceptions_test.cpp +++ b/test/lexical_cast_no_exceptions_test.cpp @@ -29,7 +29,7 @@ bool g_was_exception = false; namespace boost { void throw_exception(std::exception const & ) { - g_was_exception = true; + g_was_exception = true; } }