Index: src/data-flow.cc |
diff --git a/src/data-flow.cc b/src/data-flow.cc |
index 722db9c38278572f049b051f89fb9429dbb16824..96acb9959cfd0b58edbfa175dfaa498da9e398d6 100644 |
--- a/src/data-flow.cc |
+++ b/src/data-flow.cc |
@@ -1121,7 +1121,8 @@ void TextInstructionPrinter::VisitBlock(Block* stmt) { |
} |
-void TextInstructionPrinter::VisitExpressionStatement(ExpressionStatement* stmt) { |
+void TextInstructionPrinter::VisitExpressionStatement( |
+ ExpressionStatement* stmt) { |
PrintF("ExpressionStatement"); |
} |