mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
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…
x
Reference in New Issue
Block a user