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

Unified Diff: third_party/WebKit/Source/wtf/RefCountedLeakCounter.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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 | « third_party/WebKit/Source/wtf/RefCounted.h ('k') | third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
diff --git a/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h b/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
index a66c578afb75dcf3fcd7ce82815c079b42ff6fcd..e4a455882586e893c923cc90e6c331d0a5f33447 100644
--- a/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
+++ b/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
@@ -28,19 +28,19 @@
namespace WTF {
struct WTF_EXPORT RefCountedLeakCounter {
- explicit RefCountedLeakCounter(const char* description);
- ~RefCountedLeakCounter();
+ explicit RefCountedLeakCounter(const char* description);
+ ~RefCountedLeakCounter();
- void increment();
- void decrement();
+ void increment();
+ void decrement();
#if ENABLE(ASSERT)
-private:
- volatile int m_count;
- const char* m_description;
+ private:
+ volatile int m_count;
+ const char* m_description;
#endif
};
-} // namespace WTF
+} // namespace WTF
#endif
« no previous file with comments | « third_party/WebKit/Source/wtf/RefCounted.h ('k') | third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698