diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:17:33 (GMT) |
commit | 240c33480ea300a78416205602af293d5c223ee2 (patch) | |
tree | 3617ccdc93191544ff1b7fce916cbcb49bfb0380 /tools/qml/startup | |
parent | 38856b7ca5ec18b0292dd3dd11d8ea42fea361e6 (diff) | |
download | Qt-240c33480ea300a78416205602af293d5c223ee2.zip Qt-240c33480ea300a78416205602af293d5c223ee2.tar.gz Qt-240c33480ea300a78416205602af293d5c223ee2.tar.bz2 |
QmlViewer: Remove trailing whitespace
Diffstat (limited to 'tools/qml/startup')
-rw-r--r-- | tools/qml/startup/startup.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qml/startup/startup.qml b/tools/qml/startup/startup.qml index 9ca50a3..d3bc932 100644 --- a/tools/qml/startup/startup.qml +++ b/tools/qml/startup/startup.qml @@ -92,8 +92,8 @@ Rectangle { to: 360 loops: NumberAnimation.Infinite running: true - duration: 2000 - } + duration: 2000 + } } } } @@ -168,6 +168,6 @@ Rectangle { } } } - ] + ] } // treatsApp |