From ffeb11d14a890b902dbb26ff2296cda7bf2d31df Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 22 Feb 2011 22:08:59 +0000 Subject: Indents preprocessor directives. --- test/gtest_catch_exceptions_test_.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/gtest_catch_exceptions_test_.cc') diff --git a/test/gtest_catch_exceptions_test_.cc b/test/gtest_catch_exceptions_test_.cc index 3cf75321..a35103f0 100644 --- a/test/gtest_catch_exceptions_test_.cc +++ b/test/gtest_catch_exceptions_test_.cc @@ -38,12 +38,12 @@ #include // For exit(). #if GTEST_HAS_SEH -#include +# include #endif #if GTEST_HAS_EXCEPTIONS -#include // For set_terminate(). -#include +# include // For set_terminate(). +# include #endif using testing::Test; -- cgit v1.2.3