summaryrefslogtreecommitdiffstats
path: root/src/testlib/qbenchmarkevent_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-09-01 14:24:53 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-01 08:39:37 +0200
commit9c51bd4fc83a2ee5f3e88c49a77e7eb5c50b29da (patch)
tree9b8c3ed2cf78bb398d414f38165c08bca132fff0 /src/testlib/qbenchmarkevent_p.h
parentd90da5d99134a5f89b25c93cfe2d15f4bc5ed0e5 (diff)
Fix various trivial formatting issues.
Change-Id: Ifa2a2dd2aa26dab178ec1334376db42fc3ebb355 Reviewed-on: http://codereview.qt.nokia.com/4029 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qbenchmarkevent_p.h')
-rw-r--r--src/testlib/qbenchmarkevent_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qbenchmarkevent_p.h b/src/testlib/qbenchmarkevent_p.h
index fc0729e82f..2cf17ea6a2 100644
--- a/src/testlib/qbenchmarkevent_p.h
+++ b/src/testlib/qbenchmarkevent_p.h
@@ -69,12 +69,12 @@ public:
bool isMeasurementAccepted(qint64 measurement);
int adjustIterationCount(int suggestion);
int adjustMedianCount(int suggestion);
- bool repeatCount() { return 1; }
+ bool repeatCount() { return 1; }
QTest::QBenchmarkMetric metricType();
static bool eventCountingMechanism(void *message);
static qint64 eventCounter;
};
QT_END_NAMESPACE
-
+
#endif // QBENCHMARKEVENT_H