From dea52ed838ad7c666a793096e81bff0277ecad87 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Wed, 9 Oct 2019 11:36:04 +0200 Subject: [PATCH] Bug 1586494 - Follow-up: Reformat. rs=reformat --- mailnews/imap/src/nsImapProtocol.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mailnews/imap/src/nsImapProtocol.cpp b/mailnews/imap/src/nsImapProtocol.cpp index efd965c98f..892a912be7 100644 --- a/mailnews/imap/src/nsImapProtocol.cpp +++ b/mailnews/imap/src/nsImapProtocol.cpp @@ -1245,8 +1245,9 @@ nsImapProtocol::TellThreadToDie(bool aIsSafeToClose) { void nsImapProtocol::TellThreadToDie() { nsresult rv = NS_OK; - MOZ_DIAGNOSTIC_ASSERT(!NS_IsMainThread(), - "TellThreadToDie() should not be called from UI thread"); + MOZ_DIAGNOSTIC_ASSERT( + !NS_IsMainThread(), + "TellThreadToDie() should not be called from UI thread"); // prevent re-entering this method because it may lock the UI. if (m_inThreadShouldDie) return;