VM: Re-format to use at most one newline between functions

R=asiva@google.com

Review-Url: https://codereview.chromium.org/2974233002 .
This commit is contained in:
Zachary Anderson
2017-07-13 08:08:33 -07:00
parent 6dbcd67e01
commit 6cd8a79078
665 changed files with 518 additions and 19090 deletions
-2
View File
@@ -24,7 +24,6 @@ class RawICData;
class RawObject;
class String;
// Stack-allocated class to create a scope where the specified region
// [address, address + size] has write access enabled. This is used
// when patching generated code. Access is reset to read-execute in
@@ -39,7 +38,6 @@ class WritableInstructionsScope : public ValueObject {
const intptr_t size_;
};
class CodePatcher : public AllStatic {
public:
// Dart static calls have a distinct, machine-dependent code pattern.