style fixes

This commit is contained in:
Michael Maltese
2016-08-09 15:48:22 -07:00
parent 3dc8136e14
commit 3889e4d4b2
4 changed files with 19 additions and 31 deletions

View File

@ -1,19 +1,11 @@
// Copyright 2013 Dolphin Emulator Project
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <Cocoa/Cocoa.h>
#include <Foundation/Foundation.h>
#include <IOKit/hid/IOHIDLib.h>
#include "Common/StringUtil.h"
#include "InputCommon/ControllerInterface/ControllerInterface.h"
#include "InputCommon/ControllerInterface/Quartz/Quartz.h"
#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
#include <map>
namespace ciface
{
namespace Quartz
@ -26,5 +18,5 @@ void Init(void* window)
void DeInit()
{
}
}
}
} // namespace Quartz
} // namespace ciface