Strip trailing whitespaces and normalize line endings

Trailing whitespace do not have impact on the result, they are just
unused bytes. Most text editors are configured to strip trailing
whitespaces. Remove them all in one go.

Update a handful of files to use the UNIX line ending.
This commit is contained in:
François Freitag
2020-10-03 13:47:01 +02:00
parent 1e2ccd8f0e
commit 5166dd194c
89 changed files with 191 additions and 191 deletions

View File

@@ -51,7 +51,7 @@ should check:
.. versionadded:: 1.1
.. confval:: coverage_show_missing_items
.. confval:: coverage_show_missing_items
Print objects that are missing to standard output also.
``False`` by default.