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

Unified Diff: runtime/vm/snapshot.cc

Issue 2483363002: clang-formats remaining files and adds a presubmit check. (Closed)
Patch Set: Format include file 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/object_store.h ('k') | runtime/vm/snapshot_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot.cc
diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc
index 6fc90ba4d3b32c037e516c3284710a11cfc84ca7..5769ba0ad76bd08f621a0d9f7a3db1e75ba54015 100644
--- a/runtime/vm/snapshot.cc
+++ b/runtime/vm/snapshot.cc
@@ -144,12 +144,18 @@ static intptr_t GetTypeIndex(ObjectStore* object_store,
const char* Snapshot::KindToCString(Kind kind) {
switch (kind) {
- case kCore: return "core";
- case kScript: return "script";
- case kMessage: return "message";
- case kAppWithJIT: return "app-jit";
- case kAppNoJIT: return "app-aot";
- case kNone: return "none";
+ case kCore:
+ return "core";
+ case kScript:
+ return "script";
+ case kMessage:
+ return "message";
+ case kAppWithJIT:
+ return "app-jit";
+ case kAppNoJIT:
+ return "app-aot";
+ case kNone:
+ return "none";
case kInvalid:
default:
return "invalid";
« no previous file with comments | « runtime/vm/object_store.h ('k') | runtime/vm/snapshot_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698