]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
CUPS backends: Code clean-up for code in backend/
authorTill Kamppeter <till.kamppeter@gmail.com>
Sat, 22 Oct 2022 14:32:45 +0000 (16:32 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Sat, 22 Oct 2022 14:32:45 +0000 (16:32 +0200)
commit7cad0304520b93e6da11ea27f087d872542cb73d
treee03f47fa755aa440086786c1d44108d64c6f3537
parentd53cb1bea7d43f03c41ba9798fb778270f218892
CUPS backends: Code clean-up for code in backend/

Cleaned up the code of the legacy CUPS backends following the coding
style rules in the DEVELOPING.md file of the CUPS source code.

Comments are re-formatted to use "// ..." instead of "/* ... */", like
in PAPPL, so C and C++ files get the same comment style.

Also we get rid of the mix of many different coding styles which came
together from the many code contributions received during more than a
decade, even before the start of the cups-filters project.

In addition, all the file's header comments reflect the new license
now, Apache 2.0, the same license as used for CUPS.
backend/beh.c
backend/cups-brf.c
backend/implicitclass.c
backend/parallel.c
backend/serial.c