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

Unified Diff: runtime/vm/regexp_assembler.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/regexp.cc ('k') | runtime/vm/regexp_assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp_assembler.h
diff --git a/runtime/vm/regexp_assembler.h b/runtime/vm/regexp_assembler.h
index f4a2eb5d2f488ed3df55046aa9e3eec8db65cf2c..4ca94235a10916ce0ee25639082d3b0478867511 100644
--- a/runtime/vm/regexp_assembler.h
+++ b/runtime/vm/regexp_assembler.h
@@ -14,7 +14,6 @@ namespace dart {
// Utility function for the DotPrinter
void PrintUtf16(uint16_t c);
-
/// Convenience wrapper around a BlockEntryInstr pointer.
class BlockLabel : public ValueObject {
// Used by the IR assembler.
@@ -76,7 +75,6 @@ class BlockLabel : public ValueObject {
intptr_t pos_;
};
-
class RegExpMacroAssembler : public ZoneAllocated {
public:
// The implementation must be able to handle at least:
« no previous file with comments | « runtime/vm/regexp.cc ('k') | runtime/vm/regexp_assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698