PPCAnalyst: Remove extra whitespace from CodeBuffer
This commit is contained in:
parent
293c3bae6f
commit
6f3598eee4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue