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

Unified Diff: Source/wtf/MessageQueue.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/MathExtras.h ('k') | Source/wtf/NonCopyingSort.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/MessageQueue.h
diff --git a/Source/wtf/MessageQueue.h b/Source/wtf/MessageQueue.h
index 4e27ddb507ff4d8e196a832b06510a30a154e1c8..2f0330d4c707301e086f54786d3c6510ba5985ea 100644
--- a/Source/wtf/MessageQueue.h
+++ b/Source/wtf/MessageQueue.h
@@ -132,7 +132,7 @@ namespace WTF {
template<typename DataType>
inline PassOwnPtr<DataType> MessageQueue<DataType>::waitForMessage()
{
- MessageQueueWaitResult exitReason;
+ MessageQueueWaitResult exitReason;
OwnPtr<DataType> result = waitForMessageFilteredWithTimeout(exitReason, MessageQueue<DataType>::alwaysTruePredicate, infiniteTime());
ASSERT(exitReason == MessageQueueTerminated || exitReason == MessageQueueMessageReceived);
return result.release();
« no previous file with comments | « Source/wtf/MathExtras.h ('k') | Source/wtf/NonCopyingSort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698