mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove all trailing whitespaces from our codebase.
This commit is contained in:
@ -52,7 +52,7 @@ namespace ButtonManager
|
||||
Button() : m_state(BUTTON_RELEASED) {}
|
||||
void SetState(ButtonState state) { m_state = state; }
|
||||
bool Pressed() { return m_state == BUTTON_PRESSED; }
|
||||
|
||||
|
||||
~Button() {}
|
||||
};
|
||||
class Axis
|
||||
|
Reference in New Issue
Block a user