extra line in KeyboardMouse Device

there's 2 blank lines at the end of the file
This commit is contained in:
Triplelexx 2016-06-27 21:06:06 +01:00
parent aae3555b63
commit 480b1a1263

View file

@ -255,4 +255,3 @@ QString KeyboardMouseDevice::InputDevice::getDefaultMappingConfig() const {
static const QString MAPPING_JSON = PathUtils::resourcesPath() + "/controllers/keyboardMouse.json";
return MAPPING_JSON;
}