diff options
| author | Techjar <tecknojar@gmail.com> | 2019-05-05 23:48:12 +0000 |
|---|---|---|
| committer | Techjar <tecknojar@gmail.com> | 2019-05-06 18:48:04 +0000 |
| commit | ff972e3673cf70c67e5daf52d5cc913b1df7a1ba (patch) | |
| tree | 4392c427ebeb64fd4aba1bdafb1959dc03dbfeb9 /Source/Core/InputCommon/InputProfile.cpp | |
| parent | d347867f2e4153c86535ef5e6eed6efa49818d65 (diff) | |
Reformat repo to clang-format 7.0 rules
Diffstat (limited to 'Source/Core/InputCommon/InputProfile.cpp')
| -rw-r--r-- | Source/Core/InputCommon/InputProfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/InputProfile.cpp b/Source/Core/InputCommon/InputProfile.cpp index c78c1fbfd6..65f4069cf9 100644 --- a/Source/Core/InputCommon/InputProfile.cpp +++ b/Source/Core/InputCommon/InputProfile.cpp @@ -207,4 +207,4 @@ void ProfileCycler::PreviousWiimoteProfileForGame(int controller_index) CycleProfileForGame(CycleDirection::Backward, Wiimote::GetConfig(), m_wiimote_profile_index, GetWiimoteInputProfilesForGame(controller_index), controller_index); } -} +} // namespace InputProfile |
