Formatting

This commit is contained in:
Klaus Basan
2018-02-24 13:01:37 +01:00
parent 2db1e0b258
commit 80c9030bdd
4 changed files with 24 additions and 37 deletions

View File

@@ -24,8 +24,7 @@ namespace BlackInput
IJoystick::IJoystick(QObject *parent) :
QObject(parent)
{
}
{ }
std::unique_ptr<IJoystick> IJoystick::create(QObject *parent)
{