summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-06-04 19:13:29 -0400
committerLioncash <mathew1800@gmail.com>2015-06-04 19:13:29 -0400
commit6f3598eee46e246fe06e7a1236bdbc9380cdfd59 (patch)
treeda177923efe0c51c68b82371ab920b791eb56bdf /Source
parent293c3bae6fa9fd578d62284c74fd208ffc6250f5 (diff)
PPCAnalyst: Remove extra whitespace from CodeBuffer
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/PowerPC/PPCAnalyst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.h b/Source/Core/Core/PowerPC/PPCAnalyst.h
index 9c11fc4ff6..116a7541aa 100644
--- a/Source/Core/Core/PowerPC/PPCAnalyst.h
+++ b/Source/Core/Core/PowerPC/PPCAnalyst.h
@@ -126,7 +126,6 @@ struct BlockRegStats
class CodeBuffer
{
- int size_;
public:
CodeBuffer(int size);
~CodeBuffer();
@@ -135,7 +134,8 @@ public:
PPCAnalyst::CodeOp *codebuffer;
-
+private:
+ int size_;
};
struct CodeBlock