reformat with latest settings

Reformat with the latest from openbmc-build-scripts.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3d2948788918684fc9131175a74a3e2dfe4bf638
diff --git a/configs/bletchley/gpio_desc.json b/configs/bletchley/gpio_desc.json
index ef88d76..567047a 100644
--- a/configs/bletchley/gpio_desc.json
+++ b/configs/bletchley/gpio_desc.json
@@ -1,14 +1,13 @@
-
 {
-  "GpioDesc": [
-    [ "0x00", 0, 0, "" ],
-    [ "0x10", 0, 2, "FM_DBG_RST_BTN" ],
-    [ "0x11", 0, 1, "FM_PWR_BTN" ],
-    [ "0x12", 1, 0, "SYS_PWROK" ],
-    [ "0x13", 0, 0, "RST_PLTRST" ],
-    [ "0x14", 1, 0, "DSW_PWROK" ],
-    [ "0x15", 0, 0, "FM_CATERR_MSMI" ],
-    [ "0x16", 0, 0, "FM_SLPS3" ],
-    [ "0x17", 0, 3, "FM_UART_SWITCH" ]
-  ]
+    "GpioDesc": [
+        ["0x00", 0, 0, ""],
+        ["0x10", 0, 2, "FM_DBG_RST_BTN"],
+        ["0x11", 0, 1, "FM_PWR_BTN"],
+        ["0x12", 1, 0, "SYS_PWROK"],
+        ["0x13", 0, 0, "RST_PLTRST"],
+        ["0x14", 1, 0, "DSW_PWROK"],
+        ["0x15", 0, 0, "FM_CATERR_MSMI"],
+        ["0x16", 0, 0, "FM_SLPS3"],
+        ["0x17", 0, 3, "FM_UART_SWITCH"]
+    ]
 }