From adb37de51c38d827172c6c15dd04e2ca1854e210 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 7 Mar 2017 12:06:30 +0100 Subject: [PATCH] Code style fixes --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index 278f0dda2f..a1c6a8210f 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -32,7 +32,7 @@ UM.Dialog UM.I18nCatalog { id: catalog; - name:"cura" + name: "cura" } Row @@ -71,7 +71,7 @@ UM.Dialog text: { var result = styleData.value - if (extruder_name!= "") + if (extruder_name != "") { result += " (" + extruder_name + ")" }