mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
PPCAnalyst: Remove extra whitespace from CodeBuffer
This commit is contained in:
parent
293c3bae6f
commit
6f3598eee4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue