GENIVI / AudioManager

The GENIVI Audiomanager
https://genivi.github.io/AudioManager
Other
25 stars 19 forks source link

Clean up whitespace #24: Provide configuration files for the beautifier uncrustify #34

Closed JensLorenz closed 6 years ago

JensLorenz commented 6 years ago

We have investigated a command line tool to beautify the code and cleanup all white space issues. This is the initial pull request to for final cleanup of AudioManager daemon source code. Not in scope will be later the Tests/GTEST/TCLAP code (see commit 5b67213). Package for Ubuntu (compatible with 16.04) can be found here: https://packages.ubuntu.com/bionic/uncrustify https://github.com/uncrustify/uncrustify

Command line to exercise: > uncrustify --no-backup -c Foo/uncrustify.cfg -l cpp -F Foo/uncrustify_files.cfg

The other patch files are cleanup code style that beautifiers can work without issues (and for sure to achieve a better readability 1a1e39f and 4ce091b).

Final commit does a cleanup of an integration issue (6969c67).