Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.26k stars 2.57k forks source link

Remove trailing whitespace in prepare_release.sh #8304

Closed gilles-peskine-arm closed 10 months ago

gilles-peskine-arm commented 1 year ago

On 3406564b012e2a1f909f9f9708e821d67133632a (nearly 3.5.0):

$ ./scripts/prepare_release.sh
$ grep ' $' programs/.gitignore
# 

We shouldn't have this trailing whitespace. check_files.py will complain about it.

The goal of this task is that after running ./scripts/prepare_release.sh and committing the result, check_files.py is happy.

mcagriaksoy commented 12 months ago

I fixed that on PR: 8369 I hope it is okay?