Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: src/data-flow.cc

Issue 669271: Fix presubmit failure (line longer than 80 characters). (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698