aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-generated-function-mockers_test.cc
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 /test/gmock-generated-function-mockers_test.cc
parented6c9277bb12f2808bb812ae8f91492dac9517b4 (diff)
downloadgoogletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.gz
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.bz2
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.zip
Indents preprocessor directives.
Diffstat (limited to 'test/gmock-generated-function-mockers_test.cc')
-rw-r--r--test/gmock-generated-function-mockers_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gmock-generated-function-mockers_test.cc b/test/gmock-generated-function-mockers_test.cc
index d000386d..0d90ded7 100644
--- a/test/gmock-generated-function-mockers_test.cc
+++ b/test/gmock-generated-function-mockers_test.cc
@@ -44,14 +44,14 @@
// MSDN says the header file to be included for STDMETHOD is BaseTyps.h but
// we are getting compiler errors if we use basetyps.h, hence including
// objbase.h for definition of STDMETHOD.
-#include <objbase.h>
+# include <objbase.h>
#endif // GTEST_OS_WINDOWS
// There is a bug in MSVC (fixed in VS 2008) that prevents creating a
// mock for a function with const arguments, so we don't test such
// cases for MSVC versions older than 2008.
#if !GTEST_OS_WINDOWS || (_MSC_VER >= 1500)
-#define GMOCK_ALLOWS_CONST_PARAM_FUNCTIONS
+# define GMOCK_ALLOWS_CONST_PARAM_FUNCTIONS
#endif // !GTEST_OS_WINDOWS || (_MSC_VER >= 1500)
namespace testing {