74bfc030e4c49d840c777d4c14e1ced3e49058d1
Cleanup braces. #defines should never end with a semicolon since STATEMENT doesn't look like a complete statement (not to mention it fools editors that attempt to keep code indented correctly) and STATEMENT; can lead to annoying problems with things like if (cond) STATEMENT; else do_something(); since there are now two semicolons.
Languages
C++
85.7%
Lua
4.3%
C
4.3%
Rich Text Format
2.3%
CMake
1.1%
Other
2%