diff options
Diffstat (limited to 'test/gtest_catch_exceptions_test_.cc')
-rw-r--r-- | test/gtest_catch_exceptions_test_.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdlib.h> // For exit(). #if GTEST_HAS_SEH -#include <windows.h> +# include <windows.h> #endif #if GTEST_HAS_EXCEPTIONS -#include <exception> // For set_terminate(). -#include <stdexcept> +# include <exception> // For set_terminate(). +# include <stdexcept> #endif using testing::Test; |