Bug 1670354 - followup - apply clang-format. rs=clang-format DONTBUILD

This commit is contained in:
Magnus Melin 2020-10-16 13:51:52 +03:00
Родитель dacddff1a0
Коммит bbaad6d8f9
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -556,9 +556,9 @@ void nsMsgPrintEngine::PrintMsgWindow() {
if (NS_SUCCEEDED(rv)) {
mPrintSettings->SetPrintSilent(true);
mozilla::ErrorResult result;
window->Print(mPrintSettings, this, nullptr,
nsGlobalWindowOuter::IsPreview::No,
nsGlobalWindowOuter::IsForWindowDotPrint::No, nullptr, result);
window->Print(
mPrintSettings, this, nullptr, nsGlobalWindowOuter::IsPreview::No,
nsGlobalWindowOuter::IsForWindowDotPrint::No, nullptr, result);
if (NS_WARN_IF(result.Failed())) {
rv = result.StealNSResult();
}