diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-06-16 10:15:56 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-07-11 13:32:18 -0400 |
| commit | d468c3833570f9bcd1e1fc41bc4a703727e767d4 (patch) | |
| tree | b4d09264d916f26423346e333127139e58093194 /Source/Core/InputCommon/ControllerEmu.cpp | |
| parent | 0c9f6c2a2b01ae32a92f95dabb4c35ac008a83e1 (diff) | |
ControllerEmu: Fix code style
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu.cpp b/Source/Core/InputCommon/ControllerEmu.cpp index cf906a0da6..6d58e23e9b 100644 --- a/Source/Core/InputCommon/ControllerEmu.cpp +++ b/Source/Core/InputCommon/ControllerEmu.cpp @@ -181,8 +181,7 @@ ControllerEmu::Force::Force(const std::string& _name) : ControlGroup(_name, GROU settings.emplace_back(new Setting(_trans("Dead Zone"), 0, 0, 50)); } -ControllerEmu::Tilt::Tilt(const std::string& _name) - : ControlGroup(_name, GROUP_TYPE_TILT) +ControllerEmu::Tilt::Tilt(const std::string& _name) : ControlGroup(_name, GROUP_TYPE_TILT) { memset(m_tilt, 0, sizeof(m_tilt)); |
