mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1666] [MERGED] [FIX] Fix c formatting issues and fix some rust warnings #2369
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1666
Author: @canihavesomecoffee
Created: 2/22/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @canihavesomecoffee
Base:
master← Head:fix/formatting📝 Commits (3)
cea450efix: reformat C code according to latest clang-format guidelinesf07680dfix: fix 2 rust clippy warnings/errorsf4c404cfix: fix clippy warning/error in lib_ccxr📊 Changes
9 files changed (+29 additions, -29 deletions)
View changed files
📝
src/lib_ccx/asf_functions.c(+1 -1)📝
src/lib_ccx/ccx_decoders_common.c(+1 -1)📝
src/lib_ccx/ccx_encoders_spupng.c(+1 -1)📝
src/lib_ccx/dvb_subtitle_decoder.c(+8 -8)📝
src/lib_ccx/general_loop.c(+1 -1)📝
src/lib_ccx/hardsubx_decoder.c(+1 -1)📝
src/rust/lib_ccxr/src/util/bits.rs(+4 -4)📝
src/rust/src/decoder/encoding.rs(+11 -11)📝
src/rust/src/decoder/mod.rs(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Fixes the C formatting issues and fixes all but one clippy warnings that are being triggered on the CI pipelines
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.