daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
790 stars 163 forks source link

telemetry: Change line endings to LF #662

Closed Akira25 closed 2 months ago

Akira25 commented 2 months ago

While packaging gr-satellites into an rpm, the linter complained on these files. As all other files use LF as line-ending, changing these to be consistent with the rest of the project.

daniestevez commented 2 months ago

Good find! I didn't notice that these files were CRLF when they were submitted, since the Github web UI doesn't seem to show any indication and we don't check in CI. Everything in gr-satellites should indeed be LF. Merging.