yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml b/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml
index d231ba5..d2b24d5 100644
--- a/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml
@@ -5,24 +5,24 @@
       type: object_path
       description: Path to currently selected configuration.
       errors:
-        # Indicate that the set object_path is not a valid associated
-        # OperatingConfig.
-        - xyz.openbmc_project.Common.Error.InvalidArgument
-        # Indicate that this property is permanently unable to be changed.
-        - xyz.openbmc_project.Common.Error.NotAllowed
-        # Indicate that this property is temporarily unable to be changed.
-        - xyz.openbmc_project.Common.Error.Unavailable
-        # Indicate a failure to apply changes to the processor.
-        - xyz.openbmc_project.Common.Device.Error.WriteFailure
+          # Indicate that the set object_path is not a valid associated
+          # OperatingConfig.
+          - xyz.openbmc_project.Common.Error.InvalidArgument
+          # Indicate that this property is permanently unable to be changed.
+          - xyz.openbmc_project.Common.Error.NotAllowed
+          # Indicate that this property is temporarily unable to be changed.
+          - xyz.openbmc_project.Common.Error.Unavailable
+          # Indicate a failure to apply changes to the processor.
+          - xyz.openbmc_project.Common.Device.Error.WriteFailure
     - name: BaseSpeedPriorityEnabled
       type: boolean
       description: >
-        Whether base speed prioritization is enabled in the currently selected
-        configuration.
+          Whether base speed prioritization is enabled in the currently selected
+          configuration.
       errors:
-        # Indicate that this property is permanently unable to be changed.
-        - xyz.openbmc_project.Common.Error.NotAllowed
-        # Indicate that this property is temporarily unable to be changed.
-        - xyz.openbmc_project.Common.Error.Unavailable
-        # Indicate a failure to apply changes to the processor.
-        - xyz.openbmc_project.Common.Device.Error.WriteFailure
+          # Indicate that this property is permanently unable to be changed.
+          - xyz.openbmc_project.Common.Error.NotAllowed
+          # Indicate that this property is temporarily unable to be changed.
+          - xyz.openbmc_project.Common.Error.Unavailable
+          # Indicate a failure to apply changes to the processor.
+          - xyz.openbmc_project.Common.Device.Error.WriteFailure