configurations: autojson file

Run scripts/autojson file to clean up json.
No functional change.

Change-Id: I84aa0908c90bdbd3969e24278c6a6fa0f4bf26b0
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/FBTP.json b/configurations/FBTP.json
index d99214c..453cc2e 100644
--- a/configurations/FBTP.json
+++ b/configurations/FBTP.json
@@ -1,14 +1,15 @@
 {
     "Exposes": [
         {
+            "Connector": {
+                "Name": "System Fan Connector 1",
+                "Pwm": 0,
+                "Tachs": [
+                    0
+                ]
+            },
             "Index": 0,
             "Name": "MB_FAN0_TACH",
-            "Connector":
-                {
-                    "Name": "System Fan Connector 1",
-                    "Pwm": 0,
-                    "Tachs": [0]
-                },
             "Thresholds": [
                 {
                     "Direction": "less than",
@@ -32,14 +33,15 @@
             "Type": "AspeedFan"
         },
         {
+            "Connector": {
+                "Name": "System Fan Connector 3",
+                "Pwm": 1,
+                "Tachs": [
+                    2
+                ]
+            },
             "Index": 2,
             "Name": "MB_FAN1_TACH",
-            "Connector":
-                {
-                    "Name": "System Fan Connector 3",
-                    "Pwm": 1,
-                    "Tachs": [2]
-                },
             "Thresholds": [
                 {
                     "Direction": "less than",
@@ -373,4 +375,4 @@
         "PartNumber": "$PRODUCT_PART_NUMBER",
         "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
     }
-}
+}
\ No newline at end of file