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
diff --git a/configurations/PSSF132202A.json b/configurations/PSSF132202A.json
index a811328..067894d 100644
--- a/configurations/PSSF132202A.json
+++ b/configurations/PSSF132202A.json
@@ -49,4 +49,4 @@
             "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
         }
     }
-]
+]
\ No newline at end of file
diff --git a/configurations/STP Baseboard.json b/configurations/STP Baseboard.json
index 677f346..8a91d55 100644
--- a/configurations/STP Baseboard.json
+++ b/configurations/STP Baseboard.json
@@ -840,4 +840,4 @@
         "PartNumber": "$PRODUCT_PART_NUMBER",
         "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
     }
-}
+}
\ No newline at end of file
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index 64c0f15..7381ea1 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -1009,4 +1009,4 @@
         "PartNumber": "$PRODUCT_PART_NUMBER",
         "SerialNumber": "$PRODUCT_SERIAL_NUMBER"
     }
-}
+}
\ No newline at end of file