aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/internal/gmock-port.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2011-02-24 07:29:13 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2011-02-24 07:29:13 +0000
commit658ac0b71a350cc833ee4520536b6c4964c7b944 (patch)
treeaed1a53191aa46cc85100533862e9590e974f0c5 /include/gmock/internal/gmock-port.h
parented6c9277bb12f2808bb812ae8f91492dac9517b4 (diff)
downloadgoogletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.gz
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.bz2
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.zip
Indents preprocessor directives.
Diffstat (limited to 'include/gmock/internal/gmock-port.h')
-rw-r--r--include/gmock/internal/gmock-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gmock/internal/gmock-port.h b/include/gmock/internal/gmock-port.h
index bb3f5838..3b9cc479 100644
--- a/include/gmock/internal/gmock-port.h
+++ b/include/gmock/internal/gmock-port.h
@@ -53,7 +53,7 @@
// For MS Visual C++, check the compiler version. At least VS 2003 is
// required to compile Google Mock.
#if defined(_MSC_VER) && _MSC_VER < 1310
-#error "At least Visual C++ 2003 (7.1) is required to compile Google Mock."
+# error "At least Visual C++ 2003 (7.1) is required to compile Google Mock."
#endif
// Macro for referencing flags. This is public as we want the user to