mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 17:28:33 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue