tor-browser

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

commit 6d87f4649501ec6c493fea0989af3cef717b7dc3
parent 9bea03adefeee815e5c8d4f719be8dc3e479657d
Author: Lando <lando@lando.test>
Date:   Fri, 31 Oct 2025 18:25:09 +0000

Bug 1992198, 672103: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mwidget/gtk/nsWindow.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp @@ -922,10 +922,10 @@ bool nsWindow::ConstrainSizeWithScale(int* aWidth, int* aHeight, double aScale) { // Ensure minimal 1x1 window size if (*aWidth <= mClientMargin.LeftRight()) { - *aWidth = mClientMargin.LeftRight()+1; + *aWidth = mClientMargin.LeftRight() + 1; } if (*aHeight <= mClientMargin.TopBottom()) { - *aHeight <= mClientMargin.TopBottom()+1; + *aHeight <= mClientMargin.TopBottom() + 1; } // We store our constraints in inner sizes for convenience, but that means we