prettier: reformat YAML

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ib7050ca82a9826efbd5ef356f546f3c33d7a2186
diff --git a/yaml/xyz/openbmc_project/Common/Device.metadata.yaml b/yaml/xyz/openbmc_project/Common/Device.metadata.yaml
index e8a95b1..ccef8a5 100644
--- a/yaml/xyz/openbmc_project/Common/Device.metadata.yaml
+++ b/yaml/xyz/openbmc_project/Common/Device.metadata.yaml
@@ -1,7 +1,7 @@
 - name: ReadFailure
   inherits:
-    - xyz.openbmc_project.Common.Callout.Device
+      - xyz.openbmc_project.Common.Callout.Device
 
 - name: WriteFailure
   inherits:
-    - xyz.openbmc_project.Common.Callout.Device
+      - xyz.openbmc_project.Common.Callout.Device
diff --git a/yaml/xyz/openbmc_project/Common/File.metadata.yaml b/yaml/xyz/openbmc_project/Common/File.metadata.yaml
index 8a9ad02..a412ad7 100644
--- a/yaml/xyz/openbmc_project/Common/File.metadata.yaml
+++ b/yaml/xyz/openbmc_project/Common/File.metadata.yaml
@@ -1,31 +1,31 @@
 - name: Open
   meta:
-    - str: "ERRNO=%d"
-      type: int32
-    - str: "PATH=%s"
-      type: string
+      - str: "ERRNO=%d"
+        type: int32
+      - str: "PATH=%s"
+        type: string
 
 - name: Seek
   meta:
-    - str: "OFFSET=%ll"
-      type: int64
-    - str: "WHENCE=%d"
-      type: int32
-    - str: "ERRNO=%d"
-      type: int32
-    - str: "PATH=%s"
-      type: string
+      - str: "OFFSET=%ll"
+        type: int64
+      - str: "WHENCE=%d"
+        type: int32
+      - str: "ERRNO=%d"
+        type: int32
+      - str: "PATH=%s"
+        type: string
 
 - name: Write
   meta:
-    - str: "ERRNO=%d"
-      type: int32
-    - str: "PATH=%s"
-      type: string
+      - str: "ERRNO=%d"
+        type: int32
+      - str: "PATH=%s"
+        type: string
 
 - name: Read
   meta:
-    - str: "ERRNO=%d"
-      type: int32
-    - str: "PATH=%s"
-      type: string
+      - str: "ERRNO=%d"
+        type: int32
+      - str: "PATH=%s"
+        type: string