Autojson all files

Some files had bad formatting

Change-Id: If583f4ee48e15d87c0dd38ab1c6df2c9bf05b99b
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/NVME P4000.json b/configurations/NVME P4000.json
index da521cf..22349d4 100644
--- a/configurations/NVME P4000.json
+++ b/configurations/NVME P4000.json
@@ -1,51 +1,51 @@
 {
-  "Exposes": [
-    {
-      "Address": "$address",
-      "Bus": "$bus",
-      "Name": "NVMe $index FRU",
-      "Type": "EEPROM"
-    },
-    {
-      "Address": "0x53",
-      "Bus": "$bus",
-      "Name": "NVMe $index Temp",
-      "Thresholds": [
+    "Exposes": [
         {
-          "Direction": "greater than",
-          "Name": "upper critical",
-          "Severity": 1,
-          "Value": 115
+            "Address": "$address",
+            "Bus": "$bus",
+            "Name": "NVMe $index FRU",
+            "Type": "EEPROM"
         },
         {
-          "Direction": "greater than",
-          "Name": "upper non critical",
-          "Severity": 0,
-          "Value": 110
-        },
-        {
-          "Direction": "less than",
-          "Name": "lower non critical",
-          "Severity": 0,
-          "Value": 5
-        },
-        {
-          "Direction": "less than",
-          "Name": "lower critical",
-          "Severity": 1,
-          "Value": 0
+            "Address": "0x53",
+            "Bus": "$bus",
+            "Name": "NVMe $index Temp",
+            "Thresholds": [
+                {
+                    "Direction": "greater than",
+                    "Name": "upper critical",
+                    "Severity": 1,
+                    "Value": 115
+                },
+                {
+                    "Direction": "greater than",
+                    "Name": "upper non critical",
+                    "Severity": 0,
+                    "Value": 110
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower non critical",
+                    "Severity": 0,
+                    "Value": 5
+                },
+                {
+                    "Direction": "less than",
+                    "Name": "lower critical",
+                    "Severity": 1,
+                    "Value": 0
+                }
+            ],
+            "Type": "NVME1000"
         }
-      ],
-      "Type": "NVME1000"
+    ],
+    "Name": "NVMe $index",
+    "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P\\d{4}\\w?'})",
+    "Type": "Drive",
+    "xyz.openbmc_project.Inventory.Decorator.Asset": {
+        "Manufacturer": "$PRODUCT_MANUFACTURER",
+        "Model": "$PRODUCT_PRODUCT_NAME",
+        "PartNumber": "$PRODUCT_PART_NUMBER",
+        "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
     }
-  ],
-  "Name": "NVMe $index",
-  "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P\\d{4}\\w?'})",
-  "Type": "Drive",
-  "xyz.openbmc_project.Inventory.Decorator.Asset": {
-    "Manufacturer": "$PRODUCT_MANUFACTURER",
-    "Model": "$PRODUCT_PRODUCT_NAME",
-    "PartNumber": "$PRODUCT_PART_NUMBER",
-    "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
-  }
-}
+}
\ No newline at end of file