tor-browser

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

commit e1f5e5d7187a9cf6ac7835b9e9b529863fb95334
parent 90c4ed44a7184238502a52af28fd04b73e081822
Author: Lando <lando@lando.test>
Date:   Tue, 30 Sep 2025 16:33:40 +0000

Bug 1968987: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mdom/events/ToggleEvent.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dom/events/ToggleEvent.cpp b/dom/events/ToggleEvent.cpp @@ -6,9 +6,9 @@ #include "mozilla/dom/ToggleEvent.h" -#include "nsContentUtils.h" -#include "mozilla/dom/Element.h" #include "mozilla/MiscEvents.h" +#include "mozilla/dom/Element.h" +#include "nsContentUtils.h" namespace mozilla::dom {