Max1412 / Graphics2

OpenGL framework for prototyping and small projects
14 stars 4 forks source link

Style Refactor: Allman-Style #11

Closed Max1412 closed 6 years ago

Max1412 commented 6 years ago

Refactor the whole codebase to use braces like this:

something(...) { ... }