Removed unnecessary newlines.

This commit is contained in:
O1L 2014-09-07 18:05:29 +04:00
parent 402199d70f
commit 54106f6f9b
2 changed files with 0 additions and 3 deletions

View file

@ -109,8 +109,6 @@ public:
}
}
std::string GetTypeString() const { return CPUThreadTypeToString(m_type); }
virtual std::string GetThreadName() const

View file

@ -5,7 +5,6 @@
#include "Emu/IdManager.h"
#include "KernelExplorer.h"
#include "Emu/CPU/CPUThreadManager.h"
#include "Emu/CPU/CPUThread.h"