diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-05-06 21:42:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 21:42:07 +0200 |
| commit | 6f6c7e5df06b29cb87f90a85d215d7bd948f2669 (patch) | |
| tree | 4392c427ebeb64fd4aba1bdafb1959dc03dbfeb9 /Source/Core/InputCommon/ControllerInterface/Pipes | |
| parent | d347867f2e4153c86535ef5e6eed6efa49818d65 (diff) | |
| parent | ff972e3673cf70c67e5daf52d5cc913b1df7a1ba (diff) | |
Merge pull request #8083 from Techjar/clang-7-format
Reformat repo to clang-format 7.0 rules
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Pipes')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp | 4 | ||||
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp index 1cb76b2d25..a0e17da549 100644 --- a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.cpp @@ -161,5 +161,5 @@ void PipeDevice::ParseCommand(const std::string& command) } } } -} -} +} // namespace Pipes +} // namespace ciface diff --git a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.h b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.h index a986f120c1..86202a20f4 100644 --- a/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.h +++ b/Source/Core/InputCommon/ControllerInterface/Pipes/Pipes.h @@ -58,5 +58,5 @@ private: std::map<std::string, PipeInput*> m_buttons; std::map<std::string, PipeInput*> m_axes; }; -} -} +} // namespace Pipes +} // namespace ciface |
