From ec60027f56bde17ef32a80b9f002225542c5859a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 17 Jun 2019 16:39:24 -0400 Subject: InputCommon: Use nested namespace specifiers where applicable --- Source/Core/InputCommon/ControllerInterface/Win32/Win32.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Source/Core/InputCommon/ControllerInterface/Win32') diff --git a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h index 5f4a65c509..acf72d76a0 100644 --- a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h +++ b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h @@ -4,12 +4,9 @@ #pragma once -namespace ciface -{ -namespace Win32 +namespace ciface::Win32 { void Init(void* hwnd); void PopulateDevices(void* hwnd); void DeInit(); -} // namespace Win32 -} // namespace ciface +} // namespace ciface::Win32 -- cgit v1.2.3