aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parented6c9277bb12f2808bb812ae8f91492dac9517b4 (diff)
downloadgoogletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.gz
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.tar.bz2
googletest-658ac0b71a350cc833ee4520536b6c4964c7b944.zip
Indents preprocessor directives.
Diffstat (limited to 'src')
-rw-r--r--src/gmock-spec-builders.cc2
-rw-r--r--src/gmock_main.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gmock-spec-builders.cc b/src/gmock-spec-builders.cc
index a99caef2..aa33cc44 100644
--- a/src/gmock-spec-builders.cc
+++ b/src/gmock-spec-builders.cc
@@ -45,7 +45,7 @@
#include "gtest/gtest.h"
#if GTEST_OS_CYGWIN || GTEST_OS_LINUX || GTEST_OS_MAC
-#include <unistd.h> // NOLINT
+# include <unistd.h> // NOLINT
#endif
namespace testing {
diff --git a/src/gmock_main.cc b/src/gmock_main.cc
index 3725ae72..9d8aea22 100644
--- a/src/gmock_main.cc
+++ b/src/gmock_main.cc
@@ -39,7 +39,7 @@
// Windows. See the following link to track the current status of this bug:
// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464 // NOLINT
#if GTEST_OS_WINDOWS_MOBILE
-#include <tchar.h> // NOLINT
+# include <tchar.h> // NOLINT
int _tmain(int argc, TCHAR** argv) {
#else