pimonteiro / CG

MIT License
0 stars 0 forks source link

Lint #33

Closed herulume closed 5 years ago

herulume commented 5 years ago

This PR lints the code according to what we have discussed. It also tries to follow the openbsd code style.

All changes have been made using this command:

astyle --style=kr --indent=spaces=8 --attach-inlines --indent-classes --indent-modifiers --indent-after-parens --indent-col1-comments --break-blocks --pad-oper --pad-comma --pad-header --delete-empty-lines --delete-empty-lines --break-one-line-headers --remove-braces --break-return-type -nr " "*.c"  "*.cpp"  "*.h"