InputCommon: Fix formatting issues in Quartz

This wasn't caught by the lint script because it was broken (by me) at
some point :(

If it had been rebased, it wouldn't have passed lint
This commit is contained in:
Léo Lam
2016-10-03 18:54:30 +02:00
parent cc66f0336f
commit fad17246db
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,6 @@ namespace ciface
{
namespace Quartz
{
std::string KeycodeToName(const CGKeyCode keycode);
class KeyboardAndMouse : public Core::Device