tor-browser

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

commit 227ca58dd353c9fdb1ae356a2502b4865e8ce847
parent b7d7df929f6954d8cf5a0638b227393d974e99ab
Author: Lando <lando@lando.test>
Date:   Mon,  6 Oct 2025 14:06:05 +0000

Bug 1982016: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mtoolkit/crashreporter/nsExceptionHandler.cpp | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/toolkit/crashreporter/nsExceptionHandler.cpp b/toolkit/crashreporter/nsExceptionHandler.cpp @@ -3340,7 +3340,8 @@ CrashPipeType GetChildNotificationPipe() { UniqueFileHandle RegisterChildIPCChannel() { if (gCrashHelperClient) { - RawAncillaryData ipc_endpoint = register_child_ipc_channel(gCrashHelperClient); + RawAncillaryData ipc_endpoint = + register_child_ipc_channel(gCrashHelperClient); return UniqueFileHandle{ipc_endpoint}; }