mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-14 01:00:27 -05: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