diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-02-09 16:03:16 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-02-09 16:16:10 -0500 |
| commit | 40182a48a56b8e294e126c64f5f37910a40c67cd (patch) | |
| tree | 2a1ed05f5226ddce58ebd4b8f782b3710a4bf7ae /Source/Core/VideoCommon/PixelEngine.cpp | |
| parent | e59f770ccbf61f012d148a390e7f76775ab2a02e (diff) | |
Cleanup enum indentations.
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index 32d91f4310..7ac79ebe3e 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -111,8 +111,8 @@ bool bbox_active; enum { - INT_CAUSE_PE_TOKEN = 0x200, // GP Token - INT_CAUSE_PE_FINISH = 0x400, // GP Finished + INT_CAUSE_PE_TOKEN = 0x200, // GP Token + INT_CAUSE_PE_FINISH = 0x400, // GP Finished }; void DoState(PointerWrap &p) |
