clang-format and cleaning up Key::GetName

This commit is contained in:
Michael Maltese
2016-08-09 17:23:30 -07:00
parent 3889e4d4b2
commit 6097d30288
3 changed files with 20 additions and 28 deletions

View File

@ -2,8 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "InputCommon/ControllerInterface/ControllerInterface.h"
#include "InputCommon/ControllerInterface/Quartz/Quartz.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"
#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
namespace ciface
@ -18,5 +18,5 @@ void Init(void* window)
void DeInit()
{
}
} // namespace Quartz
} // namespace ciface
} // namespace Quartz
} // namespace ciface