diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 09:33:55 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-04 09:43:15 (GMT) |
commit | fbe7f34f46de3e0732489c0043f89cc5aa535ecb (patch) | |
tree | 65d29b66abf662a35ddd2565e9b4194515a1e263 /src/corelib/io | |
parent | e3b1daaadf9daff424c71ddcf642986f1bc1be8c (diff) | |
download | Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.zip Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.tar.gz Qt-fbe7f34f46de3e0732489c0043f89cc5aa535ecb.tar.bz2 |
Trailing whitespace and tab/space fixes for src/corelib
Diffstat (limited to 'src/corelib/io')
-rw-r--r-- | src/corelib/io/qdir.cpp | 2 | ||||
-rw-r--r-- | src/corelib/io/qtemporaryfile.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qdir.cpp b/src/corelib/io/qdir.cpp index 9787566..836fa44 100644 --- a/src/corelib/io/qdir.cpp +++ b/src/corelib/io/qdir.cpp @@ -1824,7 +1824,7 @@ QChar QDir::separator() { #if defined (Q_FS_FAT) || defined(Q_WS_WIN) || defined(Q_OS_SYMBIAN) return QLatin1Char('\\'); -#elif defined(Q_OS_UNIX) +#elif defined(Q_OS_UNIX) return QLatin1Char('/'); #elif defined (Q_OS_MAC) return QLatin1Char(':'); diff --git a/src/corelib/io/qtemporaryfile.cpp b/src/corelib/io/qtemporaryfile.cpp index f7120e1..cd8d36d 100644 --- a/src/corelib/io/qtemporaryfile.cpp +++ b/src/corelib/io/qtemporaryfile.cpp @@ -517,7 +517,7 @@ QTemporaryFile::QTemporaryFile() #ifdef Q_OS_SYMBIAN //Just for verify that folder really exist on hardware fileEngine()->mkdir( QDir::tempPath(), true ); -#endif +#endif } /*! |