mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -6,9 +6,7 @@
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace OSX
|
||||
namespace ciface::OSX
|
||||
{
|
||||
class RunLoopStopper
|
||||
{
|
||||
@ -40,6 +38,4 @@ public:
|
||||
CFRunLoopRemoveSource(runloop, m_source, mode);
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace OSX
|
||||
} // namespace ciface
|
||||
} // namespace ciface::OSX
|
||||
|
Reference in New Issue
Block a user