mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-25 20:09:27 -05:00
OGL: Fix brace and body placements
Also got rid of void argument specifiers. These are a carryover from C.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
// globals
|
||||
|
||||
namespace OGL {
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
static const int char_width = 8;
|
||||
static const int char_height = 13;
|
||||
|
||||
Reference in New Issue
Block a user