forked from dolphin-emu/dolphin
OGL: Fix brace and body placements
Also got rid of void argument specifiers. These are a carryover from C.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#include <array>
|
||||
#include "VideoCommon/PerfQueryBase.h"
|
||||
|
||||
namespace OGL {
|
||||
namespace OGL
|
||||
{
|
||||
|
||||
class PerfQuery : public PerfQueryBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user