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

Unified Diff: pkg/compiler/lib/src/cps_ir/octagon.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
Index: pkg/compiler/lib/src/cps_ir/octagon.dart
diff --git a/pkg/compiler/lib/src/cps_ir/octagon.dart b/pkg/compiler/lib/src/cps_ir/octagon.dart
index 691c15d9caa97f55d00b56584ed8cfd81dcefbdb..83feb7742cd4e34eb351aa806b1aac224cc6f107 100644
--- a/pkg/compiler/lib/src/cps_ir/octagon.dart
+++ b/pkg/compiler/lib/src/cps_ir/octagon.dart
@@ -72,8 +72,8 @@ class Octagon {
SignedVariable v1 = new SignedVariable._make();
if (min != null) {
// v1 >= min <==> -v1 - v1 <= -2 * min
- v1.negated._constraints.add(
- new Constraint(v1.negated, v1.negated, -2 * min));
+ v1.negated._constraints
+ .add(new Constraint(v1.negated, v1.negated, -2 * min));
}
if (max != null) {
// v1 <= max <==> v1 + v1 <= 2 * max
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/mutable_ssa.dart ('k') | pkg/compiler/lib/src/cps_ir/optimize_interceptors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698