mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
@ -35,10 +35,10 @@ private:
|
||||
ControlState GetState() const;
|
||||
|
||||
private:
|
||||
std::string m_keyname;
|
||||
Display* const m_display;
|
||||
std::string m_keyname;
|
||||
Display* const m_display;
|
||||
const char* const m_keyboard;
|
||||
const KeyCode m_keycode;
|
||||
const KeyCode m_keycode;
|
||||
};
|
||||
|
||||
class Button : public Input
|
||||
@ -65,8 +65,8 @@ private:
|
||||
|
||||
private:
|
||||
const float& m_cursor;
|
||||
const u8 m_index;
|
||||
const bool m_positive;
|
||||
const u8 m_index;
|
||||
const bool m_positive;
|
||||
};
|
||||
|
||||
public:
|
||||
@ -81,9 +81,9 @@ public:
|
||||
int GetId() const;
|
||||
|
||||
private:
|
||||
Window m_window;
|
||||
Window m_window;
|
||||
Display* m_display;
|
||||
State m_state;
|
||||
State m_state;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user