yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml b/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
index c8a3349..2f8dd84 100644
--- a/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml
@@ -15,48 +15,48 @@
 enumerations:
     - name: ACPI
       description: >
-        Possible ACPI status.
+          Possible ACPI status.
       values:
-        - name: S0_G0_D0
-          description: >
-            Working, the system is running
-        - name: S1_D1
-          description: >
-            Hardware context maintained, typically equates to proc/chip
-            set clocks stopped.
-        - name: S2_D2
-          description: >
-            Typically equates to stopped clocks with proc/cache context lost.
-        - name: S3_D3
-          description: >
-            Typically equates to "suspend-to-RAM".
-        - name: S4
-          description: >
-            Typically equates to "suspend-to-disk".
-        - name: S5_G2
-          description: >
-            Soft off.
-        - name: S4_S5
-          description: >
-            Sent when message source cannot differentiate between S4 and S5.
-        - name: G3
-          description: >
-            Mechanical off.
-        - name: SLEEP
-          description: >
-            Sleeping - cannot differentiate between S1-S3.
-        - name: G1_SLEEP
-          description: >
-            Sleeping - cannot differentiate between S1-S4.
-        - name: OVERRIDE
-          description: >
-            S5 entered by override.
-        - name: LEGACY_ON
-          description: >
-            Legacy On - used when ACPI mode is disabled.
-        - name: LEGACY_OFF
-          description: >
-            Legacy Off - used when ACPI mode is disabled.
-        - name: Unknown
-          description: >
-            System power state has not been initialized.
+          - name: S0_G0_D0
+            description: >
+                Working, the system is running
+          - name: S1_D1
+            description: >
+                Hardware context maintained, typically equates to proc/chip
+                set clocks stopped.
+          - name: S2_D2
+            description: >
+                Typically equates to stopped clocks with proc/cache context lost.
+          - name: S3_D3
+            description: >
+                Typically equates to "suspend-to-RAM".
+          - name: S4
+            description: >
+                Typically equates to "suspend-to-disk".
+          - name: S5_G2
+            description: >
+                Soft off.
+          - name: S4_S5
+            description: >
+                Sent when message source cannot differentiate between S4 and S5.
+          - name: G3
+            description: >
+                Mechanical off.
+          - name: SLEEP
+            description: >
+                Sleeping - cannot differentiate between S1-S3.
+          - name: G1_SLEEP
+            description: >
+                Sleeping - cannot differentiate between S1-S4.
+          - name: OVERRIDE
+            description: >
+                S5 entered by override.
+          - name: LEGACY_ON
+            description: >
+                Legacy On - used when ACPI mode is disabled.
+          - name: LEGACY_OFF
+            description: >
+                Legacy Off - used when ACPI mode is disabled.
+          - name: Unknown
+            description: >
+                System power state has not been initialized.