mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Remove redundant semicolons
This commit is contained in:
@ -283,7 +283,7 @@ public:
|
||||
m_output = env.FindOutput(m_qualifier);
|
||||
}
|
||||
|
||||
Device::Input* GetInput() const { return m_input; };
|
||||
Device::Input* GetInput() const { return m_input; }
|
||||
|
||||
private:
|
||||
// Keep a shared_ptr to the device so the control pointer doesn't become invalid.
|
||||
|
Reference in New Issue
Block a user