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

Unified Diff: runtime/vm/code_observers.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/code_generator_test.cc ('k') | runtime/vm/code_patcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_observers.h
diff --git a/runtime/vm/code_observers.h b/runtime/vm/code_observers.h
index 66794d91daef35ed09da70a180b90a3655ec128c..1718d3944c457476863d315b7ab84f1aba8c7b55 100644
--- a/runtime/vm/code_observers.h
+++ b/runtime/vm/code_observers.h
@@ -18,9 +18,9 @@ class Mutex;
// debuggers to map address ranges to function names.
class CodeObserver {
public:
- CodeObserver() { }
+ CodeObserver() {}
- virtual ~CodeObserver() { }
+ virtual ~CodeObserver() {}
// Returns true if this observer is active and should be notified
// about newly created code objects.
@@ -57,9 +57,7 @@ class CodeObservers : public AllStatic {
static void DeleteAll();
- static Mutex* mutex() {
- return mutex_;
- }
+ static Mutex* mutex() { return mutex_; }
private:
static Mutex* mutex_;
« no previous file with comments | « runtime/vm/code_generator_test.cc ('k') | runtime/vm/code_patcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698