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

Unified Diff: runtime/lib/mirrors.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/math.cc ('k') | runtime/lib/mirrors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirrors.h
diff --git a/runtime/lib/mirrors.h b/runtime/lib/mirrors.h
index 31f0d22527d2942aec0784d82b0bf24f87f5808a..d6a53982570124e1c5a668c81d39e81b563d27e9 100644
--- a/runtime/lib/mirrors.h
+++ b/runtime/lib/mirrors.h
@@ -11,22 +11,22 @@ namespace dart {
class Mirrors : public AllStatic {
public:
- #define MIRRORS_KIND_SHIFT_LIST(V) \
- V(kAbstract) \
- V(kGetter) \
- V(kSetter) \
- V(kConstructor) \
- V(kConstCtor) \
- V(kGenerativeCtor) \
- V(kRedirectingCtor) \
- V(kFactoryCtor) \
- V(kExternal) \
+#define MIRRORS_KIND_SHIFT_LIST(V) \
+ V(kAbstract) \
+ V(kGetter) \
+ V(kSetter) \
+ V(kConstructor) \
+ V(kConstCtor) \
+ V(kGenerativeCtor) \
+ V(kRedirectingCtor) \
+ V(kFactoryCtor) \
+ V(kExternal)
// These offsets much be kept in sync with those in mirrors_impl.dart.
enum KindShifts {
- #define DEFINE_KIND_SHIFT_ENUM(name) name,
- MIRRORS_KIND_SHIFT_LIST(DEFINE_KIND_SHIFT_ENUM)
- #undef DEFINE_KIND_SHIFT_ENUM
+#define DEFINE_KIND_SHIFT_ENUM(name) name,
+ MIRRORS_KIND_SHIFT_LIST(DEFINE_KIND_SHIFT_ENUM)
+#undef DEFINE_KIND_SHIFT_ENUM
};
};
« no previous file with comments | « runtime/lib/math.cc ('k') | runtime/lib/mirrors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698