larsiusprime / bazaarBot

A simple free market simulator engine. Based on "Emergent Economies for Role Playing Games" by Doran and Parberry.
MIT License
377 stars 47 forks source link

Purge trailing whitespace in source code #14

Closed paultcochrane closed 8 years ago

paultcochrane commented 9 years ago

Trailing whitespace is something which some coding styles specify that should be removed (e.g. the Linux Kernel Coding Style). Others see this as being purely superfluous. This PR is submitted in the hope that it is helpful, however if you don't see the need for these changes, I have no problem with it being closed unmerged. The PR is split into several commit so that the diffs aren't so large and so they can be cherry-picked should this be necessary.

larsiusprime commented 8 years ago

works for me :)