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

Unified Diff: Source/core/platform/PODRedBlackTree.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/core/platform/PODIntervalTree.h ('k') | Source/core/platform/Pasteboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/PODRedBlackTree.h
diff --git a/Source/core/platform/PODRedBlackTree.h b/Source/core/platform/PODRedBlackTree.h
index b671b05b9e4a5159d3e739c46499839b63aaa8ab..80a7160cc0b26b33cc12ad92a49d06276254546d 100644
--- a/Source/core/platform/PODRedBlackTree.h
+++ b/Source/core/platform/PODRedBlackTree.h
@@ -153,12 +153,12 @@ public:
m_arena = 0;
m_root = 0;
}
-
+
bool isInitialized() const
{
return m_arena;
}
-
+
void initIfNeeded()
{
if (!m_arena)
« no previous file with comments | « Source/core/platform/PODIntervalTree.h ('k') | Source/core/platform/Pasteboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698