diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:21:04 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-12-10 10:39:51 (GMT) |
commit | 376e636eccedb8d8bbb280c3e2655722a5902461 (patch) | |
tree | cfe92dd17fdb1bd87f4a2aaa4460c610fd712e5a /tools/qml/startup | |
parent | 240c33480ea300a78416205602af293d5c223ee2 (diff) | |
download | Qt-376e636eccedb8d8bbb280c3e2655722a5902461.zip Qt-376e636eccedb8d8bbb280c3e2655722a5902461.tar.gz Qt-376e636eccedb8d8bbb280c3e2655722a5902461.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 d3bc932..35c44c2 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 |