summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelEngine.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-02-09 16:03:16 -0500
committerLioncash <mathew1800@gmail.com>2014-02-09 16:16:10 -0500
commit40182a48a56b8e294e126c64f5f37910a40c67cd (patch)
tree2a1ed05f5226ddce58ebd4b8f782b3710a4bf7ae /Source/Core/VideoCommon/PixelEngine.cpp
parente59f770ccbf61f012d148a390e7f76775ab2a02e (diff)
Cleanup enum indentations.
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
-rw-r--r--Source/Core/VideoCommon/PixelEngine.cpp4
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)