mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-21 11:01:08 -05:00
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
This commit is contained in:
@@ -41,9 +41,9 @@ static volatile u32 s_swapRequested = false;
|
||||
|
||||
static volatile struct
|
||||
{
|
||||
u32 xfbAddr;
|
||||
u32 fbWidth;
|
||||
u32 fbHeight;
|
||||
u32 xfbAddr;
|
||||
u32 fbWidth;
|
||||
u32 fbHeight;
|
||||
} s_beginFieldArgs;
|
||||
|
||||
namespace SW
|
||||
|
||||
Reference in New Issue
Block a user