Bug 1670354 - followup - apply clang-format. rs=clang-format DONTBUILD
This commit is contained in:
Родитель
dacddff1a0
Коммит
bbaad6d8f9
|
@ -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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче