From 90918b40e9c795bf99db2d313fbb155e5d35a63a Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 26 Jan 2016 11:30:03 -0500 Subject: [PATCH] Bug 1243430 - remove stray carriage returns from MessagePump.cpp; r=me DONTBUILD because whitespace-only changes are trivial. --- ipc/glue/MessagePump.cpp | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/ipc/glue/MessagePump.cpp b/ipc/glue/MessagePump.cpp index 01fb71483779..a7b62a95e3ad 100644 --- a/ipc/glue/MessagePump.cpp +++ b/ipc/glue/MessagePump.cpp @@ -418,31 +418,31 @@ void MessagePumpForNonMainUIThreads::DoRunLoop() ti->SetObserver(nullptr); } - -NS_IMETHODIMP -MessagePumpForNonMainUIThreads::OnDispatchedEvent(nsIThreadInternal *thread) -{ - // If our thread is sleeping in DoRunLoop's call to WaitForWork() and an - // event posts to the nsIThread event queue - break our thread out of - // chromium's WaitForWork. - if (GetInWait()) { - ScheduleWork(); - } - return NS_OK; -} - -NS_IMETHODIMP -MessagePumpForNonMainUIThreads::OnProcessNextEvent(nsIThreadInternal *thread, - bool mayWait) -{ - return NS_OK; -} - -NS_IMETHODIMP -MessagePumpForNonMainUIThreads::AfterProcessNextEvent(nsIThreadInternal *thread, - bool eventWasProcessed) -{ - return NS_OK; -} + +NS_IMETHODIMP +MessagePumpForNonMainUIThreads::OnDispatchedEvent(nsIThreadInternal *thread) +{ + // If our thread is sleeping in DoRunLoop's call to WaitForWork() and an + // event posts to the nsIThread event queue - break our thread out of + // chromium's WaitForWork. + if (GetInWait()) { + ScheduleWork(); + } + return NS_OK; +} + +NS_IMETHODIMP +MessagePumpForNonMainUIThreads::OnProcessNextEvent(nsIThreadInternal *thread, + bool mayWait) +{ + return NS_OK; +} + +NS_IMETHODIMP +MessagePumpForNonMainUIThreads::AfterProcessNextEvent(nsIThreadInternal *thread, + bool eventWasProcessed) +{ + return NS_OK; +} #endif // XP_WIN