Minor code style cleanup

This commit is contained in:
Simon Brunel
2017-06-10 10:06:25 +02:00
parent da3ae12c02
commit 5e754d1b08
14 changed files with 41 additions and 40 deletions

View File

@ -7,7 +7,7 @@
using namespace QtPromise;
using namespace QtPromisePrivate;
class tst_qpromise: public QObject
class tst_qpromise : public QObject
{
Q_OBJECT