summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-15 12:47:05 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-15 12:47:05 +1000
commit6259fd7b01373fdcfb8f5e9e4a7487c0002189a3 (patch)
tree463549c0fd4db2bd19d9249efe7467e3a1ac3dd1
parentca2133ab144a78269b27231bbc3cfd75c5911df6 (diff)
Fix whitespace issues
-rw-r--r--doc/src/index.qdoc2
-rw-r--r--src/quicktestlib/quicktest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index 69aa496..ee3b3ab 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -104,7 +104,7 @@
then the current directory will be scanned when the harness is run.
Other *.qml files may appear for auxillary QML components that are
used by the test.
-
+
The \c{-input} command-line option can be set at runtime to run
test cases from a different directory. This may be needed to run
tests on a target device where the compiled-in directory name refers
diff --git a/src/quicktestlib/quicktest.cpp b/src/quicktestlib/quicktest.cpp
index bed13b1..826c90f 100644
--- a/src/quicktestlib/quicktest.cpp
+++ b/src/quicktestlib/quicktest.cpp
@@ -134,7 +134,7 @@ int quick_test_main(int argc, char **argv, const char *name, quick_test_viewport
argv[outargc] = 0;
argc = outargc;
- // Determine where to look for the test data.
+ // Determine where to look for the test data.
if (testPath.isEmpty() && sourceDir)
testPath = QString::fromLocal8Bit(sourceDir);
if (testPath.isEmpty())