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

@ -6,7 +6,7 @@
using namespace QtPromise;
class tst_benchmark: public QObject
class tst_benchmark : public QObject
{
Q_OBJECT
@ -50,7 +50,7 @@ public: // STATICS
static Logs& logs() { static Logs logs; return logs; }
};
struct Data: public Logger
struct Data : public Logger
{
Data(int v): Logger(), m_value(v) {}
int value() const { return m_value; }