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

Unified Diff: runtime/vm/regexp_interpreter.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge 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/regexp_bytecodes.h ('k') | runtime/vm/regexp_interpreter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/regexp_interpreter.h
diff --git a/runtime/vm/regexp_interpreter.h b/runtime/vm/regexp_interpreter.h
index e6b18986ca4b5286a837688af06b492bbb39cf83..9e4e567eef8e7b6aab418fe2c85c5f9720521dc3 100644
--- a/runtime/vm/regexp_interpreter.h
+++ b/runtime/vm/regexp_interpreter.h
@@ -15,11 +15,7 @@ namespace dart {
class IrregexpInterpreter : public AllStatic {
public:
- enum IrregexpResult {
- RE_FAILURE = 0,
- RE_SUCCESS = 1,
- RE_EXCEPTION = -1
- };
+ enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 };
static IrregexpResult Match(const TypedData& bytecode,
const String& subject,
« no previous file with comments | « runtime/vm/regexp_bytecodes.h ('k') | runtime/vm/regexp_interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698