From ff972e3673cf70c67e5daf52d5cc913b1df7a1ba Mon Sep 17 00:00:00 2001 From: Techjar Date: Sun, 5 May 2019 23:48:12 +0000 Subject: Reformat repo to clang-format 7.0 rules --- Source/Core/InputCommon/ControllerInterface/OSX/OSX.h | 4 ++-- Source/Core/InputCommon/ControllerInterface/OSX/OSXJoystick.h | 4 ++-- Source/Core/InputCommon/ControllerInterface/OSX/RunLoopStopper.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface/OSX') 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 -- cgit v1.2.3