mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #1149] [MERGED] [IMPROVEMENT] Minor styling improvement. #1930
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/1149
Author: @ghost
Created: 12/11/2019
Status: ✅ Merged
Merged: 12/15/2019
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (5)
cbc28a7Add, remove spaces. Optimise if-clause.8099e68Update cnf file. Correct and comment constants.0befabdUnite style. Add/Remove spaces. Correct errors.d10023cAdd URLs to standards.911b6c6Correct order in enum.📊 Changes
4 files changed (+1153 additions, -1120 deletions)
View changed files
📝
docs/ccextractor.cnf.sample(+30 -15)📝
src/ccextractor.c(+53 -49)📝
src/lib_ccx/ccx_common_constants.h(+86 -71)📝
src/lib_ccx/params.c(+984 -985)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Motivation:
I was considering to do *scc, *ccd adding task, hence looked deeper in the code connected with it.
And I saw a lot of different styles, some minor errors, not well optimized if clauses, forgotten fatal-warnings, not updated cnf.sample file and so on.
To put all these corrections in *scc, *cdd pull request would not be a good idea, so here I am with that brand new pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.