Commit 0a75e76b by Abseil Team Committed by Copybara-Service

Minor formatting: Fix misplaced space.

PiperOrigin-RevId: 503110285
Change-Id: I59c48b1486386e2db8fb62cf8bfa1a691865f704
parent 25a85cdd
...@@ -2823,7 +2823,7 @@ bool Condition::GuaranteedEqual(const Condition *a, const Condition *b) { ...@@ -2823,7 +2823,7 @@ bool Condition::GuaranteedEqual(const Condition *a, const Condition *b) {
// kTrue logic. // kTrue logic.
if (a == nullptr || a->eval_ == nullptr) { if (a == nullptr || a->eval_ == nullptr) {
return b == nullptr || b->eval_ == nullptr; return b == nullptr || b->eval_ == nullptr;
}else if (b == nullptr || b->eval_ == nullptr) { } else if (b == nullptr || b->eval_ == nullptr) {
return false; return false;
} }
// Check equality of the representative fields. // Check equality of the representative fields.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment