diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-12-23 13:49:52 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-12-23 13:49:52 (GMT) |
commit | 1c5a9b8d80b9dfe26b2d669e081d9a461c181222 (patch) | |
tree | 74611e1adff0eac332a9a565f7c12e24178cb99a /tools/assistant/lib/fulltextsearch | |
parent | d2f87812095d658bceea9287543a7f3d52e18944 (diff) | |
download | Qt-1c5a9b8d80b9dfe26b2d669e081d9a461c181222.zip Qt-1c5a9b8d80b9dfe26b2d669e081d9a461c181222.tar.gz Qt-1c5a9b8d80b9dfe26b2d669e081d9a461c181222.tar.bz2 |
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/lib/fulltextsearch')
-rw-r--r-- | tools/assistant/lib/fulltextsearch/qanalyzer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qanalyzer.cpp b/tools/assistant/lib/fulltextsearch/qanalyzer.cpp index c974fa6..56eae69 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; } |