From 6f3598eee46e246fe06e7a1236bdbc9380cdfd59 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 4 Jun 2015 19:13:29 -0400 Subject: [PATCH] PPCAnalyst: Remove extra whitespace from CodeBuffer --- Source/Core/Core/PowerPC/PPCAnalyst.h | 4 ++-- 1 file 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