mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1247] [MERGED] [IMPROVEMENT] Apply clang-format to all remaining files #2041
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/1247
Author: @canihavesomecoffee
Created: 3/28/2020
Status: ✅ Merged
Merged: 3/29/2020
Merged by: @canihavesomecoffee
Base:
master← Head:clang-tidy/part1📝 Commits (5)
27e6f02apply clang-format to all GUI files except for the icons file9fd4868Do not run on third party or the icons fileaa1f44aApply clang-format to all lib_ccx files289e4f8Apply clang-format to all wrappers files00740e8Remove thirdparty as it's already covered by a clang-format rule file📊 Changes
80 files changed (+4844 additions, -4686 deletions)
View changed files
📝
.github/workflows/format.yml(+1 -1)📝
src/GUI/activity.c(+2 -2)📝
src/GUI/ccextractorGUI.c(+195 -210)📝
src/GUI/ccx_cli_thread.c(+73 -75)📝
src/GUI/command_builder.c(+267 -245)📝
src/GUI/file_browser.c(+177 -154)📝
src/GUI/popups.c(+33 -32)📝
src/GUI/preview.c(+2 -4)📝
src/GUI/save_load_data.c(+63 -74)📝
src/GUI/tabs.c(+174 -169)📝
src/GUI/terminal.c(+1 -1)📝
src/ccextractor.c(+38 -43)📝
src/lib_ccx/activity.c(+4 -5)📝
src/lib_ccx/asf_functions.c(+74 -91)📝
src/lib_ccx/avc_functions.c(+53 -52)📝
src/lib_ccx/cc_bitstream.c(+1 -15)📝
src/lib_ccx/ccx_common_char_encoding.c(+12 -12)📝
src/lib_ccx/ccx_common_common.c(+5 -4)📝
src/lib_ccx/ccx_common_constants.c(+124 -133)📝
src/lib_ccx/ccx_common_option.c(+41 -44)...and 60 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Applies clang-format to all failing files:
Excludes running checks on:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.