aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmock_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmock_main.cc')
-rw-r--r--src/gmock_main.cc2
1 files changed, 1 insertions, 1 deletions
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