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
diff --git a/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml b/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml
index 93943f9..42527f7 100644
--- a/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml
@@ -5,4 +5,4 @@
       description: >
           Generic method to start factory reset. Implemented by each service.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InternalFailure
diff --git a/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml b/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml
index 355298a..2b332ae 100644
--- a/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml
@@ -8,4 +8,4 @@
     - name: Path
       type: string
       description: >
-        The filesystem path for the dbus object.
+          The filesystem path for the dbus object.
diff --git a/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml b/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml
index ad3a410..0c7a101 100644
--- a/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml
@@ -9,4 +9,4 @@
     - name: Path
       type: string
       description: >
-        The object path of a D-Bus object.
+          The object path of a D-Bus object.
diff --git a/yaml/xyz/openbmc_project/Common/Progress.interface.yaml b/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
index 6c0dc44..139a1ff 100644
--- a/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/Progress.interface.yaml
@@ -28,17 +28,17 @@
 enumerations:
     - name: OperationStatus
       description: >
-        Status of the activity
+          Status of the activity
       values:
-        - name: InProgress
-          description: >
-           Requested operation is in progress.
-        - name: Completed
-          description: >
-           The operation is completed.
-        - name: Failed
-          description: >
-           The operation encountered a failure.
-        - name: Aborted
-          description: >
-           The operation is aborted.
+          - name: InProgress
+            description: >
+                Requested operation is in progress.
+          - name: Completed
+            description: >
+                The operation is completed.
+          - name: Failed
+            description: >
+                The operation encountered a failure.
+          - name: Aborted
+            description: >
+                The operation is aborted.
diff --git a/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml b/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
index 9a1b061..f14eaf2 100644
--- a/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
+++ b/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml
@@ -5,14 +5,14 @@
       description: >
           Download a file via TFTP.
       parameters:
-        - name: FileName
-          type: string
-          description: >
-            The name of the file to transfer.
-        - name: ServerAddress
-          type: string
-          description: >
-            The TFTP Server IP Address.
+          - name: FileName
+            type: string
+            description: >
+                The name of the file to transfer.
+          - name: ServerAddress
+            type: string
+            description: >
+                The TFTP Server IP Address.
       errors:
-        - xyz.openbmc_project.Common.Error.InternalFailure
-        - xyz.openbmc_project.Common.Error.InvalidArgument
+          - xyz.openbmc_project.Common.Error.InternalFailure
+          - xyz.openbmc_project.Common.Error.InvalidArgument