From 68e18dcb383a940913300e653e00dc08de6993f8 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Thu, 6 Jun 2013 11:16:47 +0300 Subject: [PATCH] OP-910: fix line endings in QML template --- .../coreplugin/qml/AuthorsModel.qml.template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml.template b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml.template index 4ac54838b..63d7e45cc 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml.template +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml.template @@ -1,8 +1,8 @@ -/* -This list model was created for the AuthorsDialog. -*/ -import QtQuick 1.1 - -ListModel { -${LIST_ELEMENTS} -} +/* +This list model was created for the AuthorsDialog. +*/ +import QtQuick 1.1 + +ListModel { +${LIST_ELEMENTS} +}