Bug 1586494 - Follow-up: Reformat. rs=reformat

This commit is contained in:
Jorg K 2019-10-09 11:36:04 +02:00
Родитель ebf6575892
Коммит dea52ed838
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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;