yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml b/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
index 4482eb1..705b4bf 100644
--- a/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
+++ b/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
@@ -6,34 +6,34 @@
       type: enum[self.OSStatus]
       default: Inactive
       description: >
-        Current state of the operating system.
+          Current state of the operating system.
 
 enumerations:
-   - name: OSStatus
-     description: >
-       The operaing system statuses.
-     values:
-       - name: CBoot
-         description: >
-           C Boot Completed.
-       - name: PXEBoot
-         description: >
-           PXE Boot Completed.
-       - name: DiagBoot
-         description: >
-           Diagnostic Boot Completed.
-       - name: CDROMBoot
-         description: >
-           CD-ROM Boot completed.
-       - name: ROMBoot
-         description: >
-           ROM Boot Completed
-       - name: BootComplete
-         description: >
-           Boot Completed or Unspecified Boot Device.
-       - name: Inactive
-         description: >
-           System Inactive.
-       - name: Standby
-         description: >
-           Operating system is ready to be booted.
+    - name: OSStatus
+      description: >
+          The operaing system statuses.
+      values:
+          - name: CBoot
+            description: >
+                C Boot Completed.
+          - name: PXEBoot
+            description: >
+                PXE Boot Completed.
+          - name: DiagBoot
+            description: >
+                Diagnostic Boot Completed.
+          - name: CDROMBoot
+            description: >
+                CD-ROM Boot completed.
+          - name: ROMBoot
+            description: >
+                ROM Boot Completed
+          - name: BootComplete
+            description: >
+                Boot Completed or Unspecified Boot Device.
+          - name: Inactive
+            description: >
+                System Inactive.
+          - name: Standby
+            description: >
+                Operating system is ready to be booted.