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

Unified Diff: Source/wtf/RefCountedLeakCounter.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « Source/wtf/RandomNumberSeed.h ('k') | Source/wtf/RefCountedLeakCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RefCountedLeakCounter.h
diff --git a/Source/wtf/RefCountedLeakCounter.h b/Source/wtf/RefCountedLeakCounter.h
index 31778c4dd767cbebca6f0c3ee852be661cc52693..ba273bcf4269ecd38a8b73162ddb791389feb916 100644
--- a/Source/wtf/RefCountedLeakCounter.h
+++ b/Source/wtf/RefCountedLeakCounter.h
@@ -17,20 +17,20 @@
* Boston, MA 02110-1301, USA.
*
*/
-
+
#ifndef RefCountedLeakCounter_h
#define RefCountedLeakCounter_h
-
+
#include "wtf/Assertions.h"
#include "wtf/Threading.h"
#include "wtf/WTFExport.h"
namespace WTF {
-
+
struct WTF_EXPORT RefCountedLeakCounter {
static void suppressMessages(const char*);
static void cancelMessageSuppression(const char*);
-
+
explicit RefCountedLeakCounter(const char* description);
~RefCountedLeakCounter();
« no previous file with comments | « Source/wtf/RandomNumberSeed.h ('k') | Source/wtf/RefCountedLeakCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698