diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/OSX')
3 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h index ac1db3e89a..64a715b246 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.h @@ -13,5 +13,5 @@ void PopulateDevices(void* window); void DeInit(); void DeviceElementDebugPrint(const void*, void*); -} -} +} // namespace OSX +} // namespace ciface diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSXJoystick.h b/Source/Core/InputCommon/ControllerInterface/OSX/OSXJoystick.h index d3393218c6..d6579dc0c8 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSXJoystick.h +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSXJoystick.h @@ -90,5 +90,5 @@ private: ForceFeedback::FFDeviceAdapterReference m_ff_device; }; -} -} +} // namespace OSX +} // namespace ciface diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/RunLoopStopper.h b/Source/Core/InputCommon/ControllerInterface/OSX/RunLoopStopper.h index 298dcd4a80..0d37098a21 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/RunLoopStopper.h +++ b/Source/Core/InputCommon/ControllerInterface/OSX/RunLoopStopper.h @@ -41,5 +41,5 @@ public: } }; -} // namespace ciface } // namespace OSX +} // namespace ciface |
