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

Unified Diff: runtime/vm/constant_propagator.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « runtime/vm/compiler_test.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/constant_propagator.h
diff --git a/runtime/vm/constant_propagator.h b/runtime/vm/constant_propagator.h
index 191c6b8e0bb97d1ff49f53656c30fc827d823a5d..23f5fe963c9cbf729aacbd30f161cf5a31a265ab 100644
--- a/runtime/vm/constant_propagator.h
+++ b/runtime/vm/constant_propagator.h
@@ -49,9 +49,7 @@ class ConstantPropagator : public FlowGraphVisitor {
// first one.
void Join(Object* left, const Object& right);
- bool IsUnknown(const Object& value) {
- return value.raw() == unknown_.raw();
- }
+ bool IsUnknown(const Object& value) { return value.raw() == unknown_.raw(); }
bool IsNonConstant(const Object& value) {
return value.raw() == non_constant_.raw();
}
« no previous file with comments | « runtime/vm/compiler_test.cc ('k') | runtime/vm/constant_propagator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698