summaryrefslogtreecommitdiffstats
path: root/test/gtest_catch_exceptions_test_.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_catch_exceptions_test_.cc')
-rw-r--r--test/gtest_catch_exceptions_test_.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gtest_catch_exceptions_test_.cc b/test/gtest_catch_exceptions_test_.cc
index 3cf7532..a35103f 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;