summaryrefslogtreecommitdiff
path: root/src/corelib/plugin/qpluginloader.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 12:33:55 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 12:43:15 +0300
commitfbe7f34f46de3e0732489c0043f89cc5aa535ecb (patch)
tree65d29b66abf662a35ddd2565e9b4194515a1e263 /src/corelib/plugin/qpluginloader.cpp
parente3b1daaadf9daff424c71ddcf642986f1bc1be8c (diff)
downloadqt4-tools-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.tar.gz
Trailing whitespace and tab/space fixes for src/corelib
Diffstat (limited to 'src/corelib/plugin/qpluginloader.cpp')
-rw-r--r--src/corelib/plugin/qpluginloader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/plugin/qpluginloader.cpp b/src/corelib/plugin/qpluginloader.cpp
index 53641907de..d7692b0e10 100644
--- a/src/corelib/plugin/qpluginloader.cpp
+++ b/src/corelib/plugin/qpluginloader.cpp
@@ -311,7 +311,7 @@ void QPluginLoader::setFileName(const QString &fileName)
QFileInfoList driveList(QDir::drives());
foreach(const QFileInfo& drive, driveList) {
QString testFilePath(drive.absolutePath() + stubPath);
- testFilePath = QDir::cleanPath(testFilePath);
+ testFilePath = QDir::cleanPath(testFilePath);
if (QFile::exists(testFilePath)) {
fn = testFilePath;
break;
@@ -319,7 +319,7 @@ void QPluginLoader::setFileName(const QString &fileName)
}
}
}
-
+
#else
QString fn = QFileInfo(fileName).canonicalFilePath();
#endif