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
{
int size_;
public:
CodeBuffer(int size);
~CodeBuffer();
@ -135,7 +134,8 @@ public:
PPCAnalyst::CodeOp *codebuffer;
private:
int size_;
};
struct CodeBlock