diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-02-09 18:29:13 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-02-09 19:40:11 -0500 |
| commit | ebb48d019eec1c29a37a406e2db16d7565367faa (patch) | |
| tree | 254aa42356ced8de7c87d9da181cff4475c12ba4 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 40182a48a56b8e294e126c64f5f37910a40c67cd (diff) | |
Clean up some struct indentations
Also cleaned up the indentations of some variable declarations.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 2182fdcb8f..4f60f9d4f6 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -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 |
