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;
class tst_future: public QObject
class tst_future : public QObject
{
Q_OBJECT
@ -30,7 +30,7 @@ private Q_SLOTS:
}; // class tst_future
class MyException: public QException
class MyException : public QException
{
public:
MyException(const QString& error)