Groogy / rbSFML

Ruby bindings to SFML
Other
44 stars 5 forks source link

Fix Whitespace #50

Closed silverhammermba closed 11 years ago

silverhammermba commented 11 years ago

This is a bit OCD :]

Unlike the rest of rbSFML, VertexArray.cpp and hpp used Windows-style CRLF line endings. Also they put tabs in the middle of text so that text would align weird for different tab sizes (e.g. when viewing code on github). I fixed all that.

Groogy commented 11 years ago

No problem. if you find any more of this feel free to fix it. I fix it whenever I find it.