Bug 1373018: followup: Fix indentation in nsStyleContext::Destroy. r=whitespace-only

DONTBUILD

MozReview-Commit-ID: AHOAL9rutnu
This commit is contained in:
Emilio Cobos Álvarez 2017-06-26 15:34:36 -07:00
Родитель 64929762a4
Коммит eaa4d32db8
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -614,9 +614,9 @@ nsStyleContext::Destroy()
// instead. Don't call the global operator delete.
presContext->PresShell()->
FreeByObjectID(eArenaObjectID_GeckoStyleContext, this);
} else {
delete static_cast<ServoStyleContext*>(this);
}
} else {
delete static_cast<ServoStyleContext*>(this);
}
}
already_AddRefed<nsStyleContext>