aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-10-22 14:57:51 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2014-10-22 15:19:24 +0200
commit3950a2694e6a327b84f037a2357014343d994a41 (patch)
tree9145e7dfb5468269d66a4cde9dcfd400d4d8a64a /tests
parented7a6358e35f5fdaf7468371a8b29aa6a3ef0fe7 (diff)
Fix line ending for test file
Task-number: QTBUG-40574 Change-Id: If1fcc4cb00c8e477b3afff92eb4a3099424fcfa6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/updateCall.qml20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/updateCall.qml b/tests/auto/qml/qqmlecmascript/data/updateCall.qml
index 341a360d25..d310dcac9e 100644
--- a/tests/auto/qml/qqmlecmascript/data/updateCall.qml
+++ b/tests/auto/qml/qqmlecmascript/data/updateCall.qml
@@ -1,10 +1,10 @@
-import QtQuick 2.1
-
-Rectangle {
- MouseArea {
- anchors.fill: parent;
- Component.onCompleted: {
- update();
- }
- }
-}
+import QtQuick 2.1
+
+Rectangle {
+ MouseArea {
+ anchors.fill: parent;
+ Component.onCompleted: {
+ update();
+ }
+ }
+}