mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Run code through the advanced tool 'sed' to remove trailing whitespace.
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
class IDSP {
|
||||
public:
|
||||
virtual ~IDSP() {}
|
||||
|
||||
|
||||
virtual void Init() = 0;
|
||||
virtual void Reset() = 0;
|
||||
virtual u32 CheckMailTo() = 0;
|
||||
|
Reference in New Issue
Block a user