dms: fix JSON file indentation
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index b0650ee..1e48455 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -594,7 +594,6 @@
                                       { "name"     : "Mobile Identification Number",
                                         "format"   : "string",
                                         "max-size" : "15" } ] },
-		    { "name"      : "PRL",
                     { "name"               : "MN HA key",
                       "id"                 : "0x11",
                       "mandatory"          : "no",
@@ -609,17 +608,18 @@
                       "format"             : "string",
                       "max-size"           : "16",
                       "size-prefix-format" : "guint8" },
+                    { "name"      : "PRL",
                       "id"        : "0x13",
                       "mandatory" : "no",
                       "type"      : "TLV",
-		      "format"    : "sequence",
+                      "format"    : "sequence",
                       "contents"  : [ { "name"   : "PRL total length",
                                         "format" : "guint16" },
-				      { "name"                   : "PRL segment",
-					"format"                 : "array",
-					"size-prefix-format"     : "guint16",
-					"sequence-prefix-format" : "guint8",
-					"array-element"          : { "format" : "guint8" } } ] } ],
+                                      { "name"   : "PRL segment",
+                                        "format"                 : "array",
+                                        "size-prefix-format"     : "guint16",
+                                        "sequence-prefix-format" : "guint8",
+                                        "array-element"          : { "format" : "guint8" } } ] } ],
      "output"  : [  { "common-ref" : "Operation Result" } ] },
 
   // *********************************************************************************
@@ -890,7 +890,7 @@
                       "format"        : "guint64",
                       "public-format" : "QmiDmsBandCapability",
                       "prerequisites": [ { "common-ref" : "Success" } ] },
-		            { "name"          : "LTE Band Capability",
+                    { "name"          : "LTE Band Capability",
                       "id"            : "0x10",
                       "mandatory"     : "no",
                       "type"          : "TLV",