Clean up comments and whitespace characters in source files

Remove all remaining "last changed" version info from source comments.
(The version control system maintains this information automatically.)

Delete the trailing whitespace characters.
This commit is contained in:
Cosmin Truta
2022-11-20 21:23:33 +02:00
parent 8cfdb5436d
commit 77c3a39299
24 changed files with 26 additions and 44 deletions

View File

@@ -1396,7 +1396,7 @@ described below (the latter being the two common names for associated alpha
color channels). Note that PNG files always contain non-associated color
channels; png_set_alpha_mode() with one of the modes causes the decoder to
convert the pixels to an associated form before returning them to your
application.
application.
Since it is not necessary to perform arithmetic on opaque color values so
long as they are not to be resampled and are in the final color space it is