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

Unified Diff: runtime/lib/invocation_mirror.h

Issue 2468093007: clang-format runtime/lib (Closed)
Patch Set: 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/lib/integers.cc ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/invocation_mirror.h
diff --git a/runtime/lib/invocation_mirror.h b/runtime/lib/invocation_mirror.h
index b2b152e86628b3325f4e7e4bbfd393b75c1ef8c9..6061c8403635b6d16b4bf4516858b5f7e9485bf2 100644
--- a/runtime/lib/invocation_mirror.h
+++ b/runtime/lib/invocation_mirror.h
@@ -20,7 +20,7 @@ class InvocationMirror : public AllStatic {
kMethod = 0,
kGetter = 1,
kSetter = 2,
- kField = 3,
+ kField = 3,
kLocalVar = 4,
kTypeShift = 0,
kTypeBits = 3,
@@ -32,7 +32,7 @@ class InvocationMirror : public AllStatic {
// NoSuchMethodError for compile-time resolution failures.
kDynamic = 0,
kSuper = 1,
- kStatic = 2,
+ kStatic = 2,
kConstructor = 3,
kTopLevel = 4,
kCallShift = kTypeBits,
« no previous file with comments | « runtime/lib/integers.cc ('k') | runtime/lib/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698