aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-actions.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/gmock-generated-actions.h
parented6c9277bb12f2808bb812ae8f91492dac9517b4 (diff)
downloadgoogletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.gz
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.bz2
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.zip
Indents preprocessor directives.
Diffstat (limited to 'include/gmock/gmock-generated-actions.h')
-rw-r--r--include/gmock/gmock-generated-actions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gmock/gmock-generated-actions.h b/include/gmock/gmock-generated-actions.h
index 6ab014dd..635bb595 100644
--- a/include/gmock/gmock-generated-actions.h
+++ b/include/gmock/gmock-generated-actions.h
@@ -2228,8 +2228,8 @@ namespace testing {
// is expanded and macro expansion cannot contain #pragma. Therefore
// we suppress them here.
#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable:4100)
+# pragma warning(push)
+# pragma warning(disable:4100)
#endif
// Various overloads for InvokeArgument<N>().
@@ -2411,7 +2411,7 @@ ACTION_TEMPLATE(ReturnNew,
}
#ifdef _MSC_VER
-#pragma warning(pop)
+# pragma warning(pop)
#endif
} // namespace testing