summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-12-23 14:49:52 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2010-12-23 14:49:52 +0100
commit1c5a9b8d80b9dfe26b2d669e081d9a461c181222 (patch)
tree74611e1adff0eac332a9a565f7c12e24178cb99a /tools/assistant
parentd2f87812095d658bceea9287543a7f3d52e18944 (diff)
Whitespace change
Since I can't touch merge requests, this is a separate commit to fix whitespace errors in code.
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/lib/fulltextsearch/qanalyzer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qanalyzer.cpp b/tools/assistant/lib/fulltextsearch/qanalyzer.cpp
index c974fa620e..56eae69552 100644
--- a/tools/assistant/lib/fulltextsearch/qanalyzer.cpp
+++ b/tools/assistant/lib/fulltextsearch/qanalyzer.cpp
@@ -99,7 +99,7 @@ QCLuceneStandardAnalyzer::QCLuceneStandardAnalyzer(const QStringList &stopWords)
for (int i = 0; i < stopWords.count(); ++i)
delete [] tArray[i];
-
+
delete [] tArray;
}
@@ -155,7 +155,7 @@ QCLuceneStopAnalyzer::QCLuceneStopAnalyzer(const QStringList &stopWords)
for (int i = 0; i < stopWords.count(); ++i)
delete [] tArray[i];
-
+
delete [] tArray;
}