mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-09 18:20:16 +01:00
Removed unnecessary newlines.
This commit is contained in:
parent
402199d70f
commit
54106f6f9b
|
|
@ -109,8 +109,6 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
std::string GetTypeString() const { return CPUThreadTypeToString(m_type); }
|
||||
|
||||
virtual std::string GetThreadName() const
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "Emu/IdManager.h"
|
||||
#include "KernelExplorer.h"
|
||||
|
||||
#include "Emu/CPU/CPUThreadManager.h"
|
||||
#include "Emu/CPU/CPUThread.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue