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

Unified Diff: runtime/vm/isolate_reload.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/isolate_reload.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate_reload.h
diff --git a/runtime/vm/isolate_reload.h b/runtime/vm/isolate_reload.h
index 43d62b351bf744c8b21023c24540ff2da09db965..f8b68265ddba0f351f1d7b70039391cb1a8b80b4 100644
--- a/runtime/vm/isolate_reload.h
+++ b/runtime/vm/isolate_reload.h
@@ -50,7 +50,6 @@ class RawString;
class Script;
class UpdateClassesVisitor;
-
class InstanceMorpher : public ZoneAllocated {
public:
InstanceMorpher(Zone* zone, const Class& from, const Class& to);
@@ -96,7 +95,6 @@ class InstanceMorpher : public ZoneAllocated {
void DumpFormatFor(const Class& cls) const;
};
-
class ReasonForCancelling : public ZoneAllocated {
public:
explicit ReasonForCancelling(Zone* zone) {}
@@ -119,7 +117,6 @@ class ReasonForCancelling : public ZoneAllocated {
// Concrete subclasses must override either ToError or ToString.
};
-
// Abstract class for also capturing the from_ and to_ class.
class ClassReasonForCancelling : public ReasonForCancelling {
public:
@@ -131,7 +128,6 @@ class ClassReasonForCancelling : public ReasonForCancelling {
const Class& to_;
};
-
class IsolateReloadContext {
public:
explicit IsolateReloadContext(Isolate* isolate, JSONStream* js);
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/isolate_reload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698