yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml b/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml
index 95872c1..e2c503e 100644
--- a/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml
+++ b/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml
@@ -1,34 +1,34 @@
 - name: Device
   meta:
-    - str: "CALLOUT_ERRNO=%d"
-      type: int32
-    - str: "CALLOUT_DEVICE_PATH=%s"
-      type: string
-      process: true
+      - str: "CALLOUT_ERRNO=%d"
+        type: int32
+      - str: "CALLOUT_DEVICE_PATH=%s"
+        type: string
+        process: true
 
 - name: GPIO
   meta:
-    - str: "CALLOUT_GPIO_NUM=%u"
-      type: uint32
+      - str: "CALLOUT_GPIO_NUM=%u"
+        type: uint32
   inherits:
       - xyz.openbmc_project.Common.Callout.Device
 
 - name: IIC
   meta:
-    - str: "CALLOUT_IIC_BUS=%s"
-      type: string
-    - str: "CALLOUT_IIC_ADDR=0x%hx"
-      type: uint16
+      - str: "CALLOUT_IIC_BUS=%s"
+        type: string
+      - str: "CALLOUT_IIC_ADDR=0x%hx"
+        type: uint16
   inherits:
       - xyz.openbmc_project.Common.Callout.Device
 
 - name: Inventory
   meta:
-    - str: "CALLOUT_INVENTORY_PATH=%s"
-      type: string
-      process: true
+      - str: "CALLOUT_INVENTORY_PATH=%s"
+        type: string
+        process: true
 
 - name: IPMISensor
   meta:
-    - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
-      type: uint32
+      - str: "CALLOUT_IPMI_SENSOR_NUM=%u"
+        type: uint32