dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Minor compress_fragment cleanup #198

Closed nyurik closed 1 month ago

nyurik commented 1 month ago

Remove a few unused brackets. Note that 'break15 loop had two breaks with label, and one without - I guess it was just an accident that the last one didn't have a label (line 757 after the change at if IsMatch(&input_ptr[...)?