ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
102 stars 27 forks source link

Remove white spaces at the end of the lines #185

Closed amontoison closed 6 months ago

amontoison commented 6 months ago

I ran the command

find . -type f -not -path '*/\.*' -exec sed -i 's/\s*$//g' {} +
jfowkes commented 6 months ago

Thanks @amontoison, I hate whitespace at the ends of lines!