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

Unified Diff: runtime/bin/lockers.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/bin/loader.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/lockers.h
diff --git a/runtime/bin/lockers.h b/runtime/bin/lockers.h
index 83dd0bdee45667331a20868344e13df1e658861e..3e3f5122260125f1c2f6a2316cc5e5f1641ee965 100644
--- a/runtime/bin/lockers.h
+++ b/runtime/bin/lockers.h
@@ -26,7 +26,6 @@ class MutexLocker {
DISALLOW_COPY_AND_ASSIGN(MutexLocker);
};
-
class MonitorLocker {
public:
explicit MonitorLocker(Monitor* monitor) : monitor_(monitor) {
« no previous file with comments | « runtime/bin/loader.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698