cpp-best-practices / cppbestpractices

Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
Other
8.02k stars 877 forks source link

Remove trailing whitespace #129

Closed JosephTLyons closed 2 years ago

JosephTLyons commented 3 years ago

I was looking through the source files here and noticed there were some lines with trailing whitespace and some files with extra newlines at the end, so I figured I'd strip it out and open a PR.