Skip to content
Snippets Groups Projects
Commit 00f0827a authored by Lioncash's avatar Lioncash
Browse files

input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable

parent e70f16ff
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,7 @@
#include "core/frontend/input.h"
#include "input_common/sdl/sdl_impl.h"
namespace InputCommon {
namespace SDL {
namespace InputCommon::SDL {
static std::string GetGUID(SDL_Joystick* joystick) {
SDL_JoystickGUID guid = SDL_JoystickGetGUID(joystick);
......@@ -667,5 +665,4 @@ SDLState::Pollers SDLState::GetPollers(InputCommon::Polling::DeviceType type) {
return pollers;
}
} // namespace SDL
} // namespace InputCommon
} // namespace InputCommon::SDL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment