Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -71,7 +71,7 @@ namespace {
|
||||
<< "Which is: " << expected_val << "\n";\
|
||||
::testing::internal::posix::Abort();\
|
||||
}\
|
||||
} while(::testing::internal::AlwaysFalse())
|
||||
} while (::testing::internal::AlwaysFalse())
|
||||
|
||||
|
||||
// Used for verifying that global environment set-up and tear-down are
|
||||
|
||||
Reference in New Issue
Block a user