Browse Source

Code style fixes

Lipu Fei 8 years ago
parent
commit
adb37de51c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 2 - 2
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 + ")"
                         }