summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-09 15:55:48 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-09 15:55:48 (GMT)
commit7a79459a663ce98a31fdbb14dea9a750bc285885 (patch)
tree803b7b02bd7e23f7171416f01a876acf0fc163a7 /googletest
parent54cb8b02387ae725fcf3358a048bbec3c6a64777 (diff)
downloadgoogletest-7a79459a663ce98a31fdbb14dea9a750bc285885.zip
googletest-7a79459a663ce98a31fdbb14dea9a750bc285885.tar.gz
googletest-7a79459a663ce98a31fdbb14dea9a750bc285885.tar.bz2
Fixing identation, causes build errors when warnings are treated as errorsrefs/pull/1721/head
Diffstat (limited to 'googletest')
-rw-r--r--googletest/src/gtest-death-test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc
index 9735df1..854bc46 100644
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -244,7 +244,8 @@ static std::string DeathTestThreadWarning(size_t thread_count) {
<< " for more explanation and suggested solutions, especially if"
<< " this is the last message you see before your test times out.";
return msg.GetString();
-}# endif // !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
+}
+# endif // !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
// Flag characters for reporting a death test that did not die.
static const char kDeathTestLived = 'L';