ariovistus / pyd

Interoperability between Python and D
MIT License
159 stars 32 forks source link

Typos and cleanup #61

Closed John-Colvin closed 8 years ago

John-Colvin commented 8 years ago

The second commit is huge, please feel free to verify with git diff --ignore-space-at-eol HEAD~ (should be empty) or redo it using find . -type f ! -path '*/.*' -print0 | xargs -0 sed -i'' -e's/\s\+$//g' and then git checkout -- infrastructure/windows to make sure the libs aren't changed.