OSDN Git Service

indentation
authorIvailo Monev <xakepa10@laimg.moc>
Thu, 11 Jul 2019 15:15:10 +0000 (15:15 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Thu, 11 Jul 2019 15:15:10 +0000 (15:15 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
tests/benchmarks/core/tools/qhash/qhash_string.cpp

index 1392d6d..682f853 100644 (file)
@@ -103,7 +103,7 @@ void tst_QHash::qhash_qt4()
 {
     QStringList items = data().split(QLatin1Char('\n'));
     QHash<QString, int> hash;
-    
+
     QBENCHMARK {
         for (int i = 0, n = items.size(); i != n; ++i) {
             hash[items.at(i)] = i;
@@ -117,7 +117,7 @@ void tst_QHash::qhash_faster()
     foreach (const QString &s, data().split(QLatin1Char('\n')))
         items.append(s);
     QHash<String, int> hash;
-    
+
     QBENCHMARK {
         for (int i = 0, n = items.size(); i != n; ++i) {
             hash[items.at(i)] = i;