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

Unified Diff: runtime/vm/kernel_binary_flowgraph.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/kernel_binary.cc ('k') | runtime/vm/kernel_binary_flowgraph.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_binary_flowgraph.h
diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
index 88d9a01881760ae1ac3373214c528d93dd4548f2..f3d899be177a888837cdb0c3138af5dbbd92fd0e 100644
--- a/runtime/vm/kernel_binary_flowgraph.h
+++ b/runtime/vm/kernel_binary_flowgraph.h
@@ -59,9 +59,7 @@ class StreamingDartTypeTranslator {
translator_(translator) {
translator_->type_parameter_scope_ = this;
}
- ~TypeParameterScope() {
- translator_->type_parameter_scope_ = outer_;
- }
+ ~TypeParameterScope() { translator_->type_parameter_scope_ = outer_; }
TypeParameterScope* outer() const { return outer_; }
intptr_t parameters_offset() const { return parameters_offset_; }
@@ -90,7 +88,6 @@ class StreamingDartTypeTranslator {
friend class KernelReader;
};
-
class StreamingScopeBuilder {
public:
StreamingScopeBuilder(ParsedFunction* parsed_function,
@@ -201,7 +198,6 @@ class StreamingScopeBuilder {
StreamingDartTypeTranslator type_translator_;
};
-
// There are several cases when we are compiling constant expressions:
//
// * constant field initializers:
@@ -946,7 +942,6 @@ class FieldHelper {
intptr_t next_read_;
};
-
// Helper class that reads a kernel Procedure from binary.
//
// Use ReadUntilExcluding to read up to but not including a field.
« no previous file with comments | « runtime/vm/kernel_binary.cc ('k') | runtime/vm/kernel_binary_flowgraph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698