| Index: tools/gn/command_format.cc
|
| diff --git a/tools/gn/command_format.cc b/tools/gn/command_format.cc
|
| index 0849762550a211966247e42fadafa26d153e2b32..7091daa0cd74fd4b1903729a9144114657fb7727 100644
|
| --- a/tools/gn/command_format.cc
|
| +++ b/tools/gn/command_format.cc
|
| @@ -637,7 +637,8 @@ int Printer::Expr(const ParseNode* root,
|
| } else if (const EndNode* end = root->AsEnd()) {
|
| Print(end->value().value());
|
| } else {
|
| - CHECK(false) << "Unhandled case in Expr.";
|
| + // Unhandled case in Expr.
|
| + CHECK(false);
|
| }
|
|
|
| if (parenthesized)
|
|
|