PPCAnalyst: Remove extra whitespace from CodeBuffer

This commit is contained in:
Lioncash 2015-06-04 19:13:29 -04:00
parent 293c3bae6f
commit 6f3598eee4

View File

@ -126,7 +126,6 @@ struct BlockRegStats
class CodeBuffer class CodeBuffer
{ {
int size_;
public: public:
CodeBuffer(int size); CodeBuffer(int size);
~CodeBuffer(); ~CodeBuffer();
@ -135,7 +134,8 @@ public:
PPCAnalyst::CodeOp *codebuffer; PPCAnalyst::CodeOp *codebuffer;
private:
int size_;
}; };
struct CodeBlock struct CodeBlock