Fix inspection warning (tab removed)

[SVN r77773]
This commit is contained in:
Antony Polukhin
2012-04-05 03:59:02 +00:00
parent deef894ae2
commit 2af8c47558

View File

@@ -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;
}
}