aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2013-12-03 01:36:29 +0000
committerkosak <kosak@google.com>2013-12-03 01:36:29 +0000
commitaa34ae250800af7e98499abba44636503cf99b16 (patch)
treede1e7b5970a224c44b6a08739cdf8193ce3b6e27 /test
parent2d3543f81d6d4583332f8b60768ade18e0f96220 (diff)
downloadgoogletest-aa34ae250800af7e98499abba44636503cf99b16.tar.gz
googletest-aa34ae250800af7e98499abba44636503cf99b16.tar.bz2
googletest-aa34ae250800af7e98499abba44636503cf99b16.zip
Delete whitespace, and change the return type of ImplicitlyConvertible::MakeFrom() to From&.
Diffstat (limited to 'test')
-rw-r--r--test/gtest-printers_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/gtest-printers_test.cc b/test/gtest-printers_test.cc
index c2beca7d..184f9d9f 100644
--- a/test/gtest-printers_test.cc
+++ b/test/gtest-printers_test.cc
@@ -414,8 +414,6 @@ TEST(PrintCStringTest, EscapesProperly) {
Print(p));
}
-
-
// MSVC compiler can be configured to define whar_t as a typedef
// of unsigned short. Defining an overload for const wchar_t* in that case
// would cause pointers to unsigned shorts be printed as wide strings,