Reformatted the Unprintable operator== code style.
This commit is contained in:
parent
0b7987a646
commit
a51867e59b
|
@ -871,7 +871,10 @@ class Unprintable {
|
|||
char c_;
|
||||
};
|
||||
|
||||
inline bool operator==(const Unprintable&, /* lhs */ const Unprintable& /* rhs */) { return true; }
|
||||
inline bool operator==(const Unprintable& /* lhs */,
|
||||
const Unprintable& /* rhs */) {
|
||||
return true;
|
||||
}
|
||||
|
||||
TEST(EqTest, CanDescribeSelf) {
|
||||
Matcher<Unprintable> m = Eq(Unprintable());
|
||||
|
|
Loading…
Reference in New Issue
Block a user