tor-browser

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

commit 7183a1cb0c4eb958f601846ff37a84846b3897a1
parent 8b8fd600c42930199fc6323b0f08dd2df5fa4df3
Author: Lando <lando@lando.test>
Date:   Tue,  7 Oct 2025 11:40:41 +0000

Bug 1989235: apply code formatting via Lando

# ignore-this-changeset

Diffstat:
Mjs/public/Debug.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/js/public/Debug.h b/js/public/Debug.h @@ -179,7 +179,8 @@ struct ValueSummary { // TracedJSContext::valueBuffer), and should be bumped every time the format // is changed. // - // Keep in mind to update js/src/jit-test/tests/debug/ExecutionTracer-traced-values.js + // Keep in mind to update + // js/src/jit-test/tests/debug/ExecutionTracer-traced-values.js // VALUE_SUMMARY_VERSION value. static const uint32_t VERSION = 2;