tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 78c24913e9913e64f472e3cf50111c944d960bd6
parent 379011e6798ba6f23fab1fbd9ca35bb5a670728e
Author: Lando <lando@lando.test>
Date:   Tue, 18 Nov 2025 20:17:20 +0000

Bug 2000759: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mlayout/generic/nsIFrame.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h @@ -590,9 +590,9 @@ static void ReleaseValue(T* aPropertyValue) { return nsQueryFrame::class##_id; \ } -#define NS_IMPL_FRAMEARENA_HELPERS(class) \ - void* class ::operator new(size_t sz, mozilla::PresShell * aShell) { \ - return aShell->AllocateFrame(nsQueryFrame::class##_id, sz); \ +#define NS_IMPL_FRAMEARENA_HELPERS(class) \ + void* class ::operator new(size_t sz, mozilla::PresShell* aShell) { \ + return aShell->AllocateFrame(nsQueryFrame::class##_id, sz); \ } #define NS_DECL_ABSTRACT_FRAME(class) \