mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -10,9 +10,7 @@
|
||||
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace evdev
|
||||
namespace ciface::evdev
|
||||
{
|
||||
void Init();
|
||||
void PopulateDevices();
|
||||
@ -120,5 +118,4 @@ private:
|
||||
std::string m_name;
|
||||
bool m_interesting = false;
|
||||
};
|
||||
} // namespace evdev
|
||||
} // namespace ciface
|
||||
} // namespace ciface::evdev
|
||||
|
Reference in New Issue
Block a user