Qt: Fix indentation

This commit is contained in:
Vicki Pfau 2022-12-27 03:22:08 -08:00
parent 61950a52dc
commit 520609d12a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
namespace QGBA {
enum class OpenGLBug {
// mgba.io/i/2761
CROSS_THREAD_FLUSH
// mgba.io/i/2761
CROSS_THREAD_FLUSH
};
bool glContextHasBug(OpenGLBug);