]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Cleaned up coding style of test suite
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 11 Oct 2022 22:25:06 +0000 (00:25 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 11 Oct 2022 22:25:06 +0000 (00:25 +0200)
commitc10df66fdec85c785ac894e7b39d57b187b414fe
tree27ed78aab79ffa108d580410f4f21d1f61396b55
parent3ee453febfa656598eedd736d242f7e036d8f78a
libcupsfilters: Cleaned up coding style of test suite

Cleaned up the coding style of the test programs run by "make check".

- Converted comments from "/* ... */" to "// ..."

- Suppressed warnings of unused return values of fgets() and fread(), via
  "fread(...);" -> "if (fread(...));"
cupsfilters/test1284.c
cupsfilters/testcmyk.c
cupsfilters/testdither.c
cupsfilters/testimage.c
cupsfilters/testrgb.c