| Index: runtime/vm/ast_printer.cc
|
| diff --git a/runtime/vm/ast_printer.cc b/runtime/vm/ast_printer.cc
|
| index 3d277da8e3688b2ca7cc615d6e5af410a2d61f21..2d25ea3a002374db9a785e7817c3cf0ce0456af4 100644
|
| --- a/runtime/vm/ast_printer.cc
|
| +++ b/runtime/vm/ast_printer.cc
|
| @@ -194,7 +194,7 @@ void AstPrinter::VisitCaseNode(CaseNode* node) {
|
| }
|
|
|
|
|
| -void AstPrinter::VisitSwitchNode(SwitchNode *node) {
|
| +void AstPrinter::VisitSwitchNode(SwitchNode* node) {
|
| OS::Print("(switch ");
|
| node->body()->Visit(this);
|
| OS::Print(")");
|
|
|