yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
index 0d0463a..2460505 100644
--- a/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
+++ b/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml
@@ -6,44 +6,44 @@
       type: uint32
       description: The base clock speed of the processor in MHz.
       flags:
-        - readonly
+          - readonly
     - name: BaseSpeedPrioritySettings
       type: array[struct[uint32, array[uint32]]]
       description: >
-        An array of objects that specify the base clock frequency for sets of
-        cores when the configuration is operational. Each entry contains two
-        members, first is the base clock speed in MHz, and second is an array
-        identifying the set of core IDs to configure at that base speed.
+          An array of objects that specify the base clock frequency for sets of
+          cores when the configuration is operational. Each entry contains two
+          members, first is the base clock speed in MHz, and second is an array
+          identifying the set of core IDs to configure at that base speed.
       flags:
-        - readonly
+          - readonly
     - name: MaxJunctionTemperature
       type: uint32
       description: The maximum temperature of the junction in degrees Celsius.
       flags:
-        - readonly
+          - readonly
     - name: MaxSpeed
       type: uint32
       description: >
-        The maximum clock speed to which the processor can be configured in MHz.
+          The maximum clock speed to which the processor can be configured in MHz.
       flags:
-        - readonly
+          - readonly
     - name: PowerLimit
       type: uint32
       description: The thermal design point of the processor in watts.
       flags:
-        - readonly
+          - readonly
     - name: AvailableCoreCount
       type: size
       description: >
-        The number of cores in the processor that can be used in this
-        configuration.
+          The number of cores in the processor that can be used in this
+          configuration.
       flags:
-        - readonly
+          - readonly
     - name: TurboProfile
       type: array[struct[uint32, size]]
       description: >
-        An array of objects that specify the turbo profile for a set of active
-        cores. Each entry contains two members, first is the maximum turbo clock
-        speed in MHz, and second is number of cores which can run at that speed.
+          An array of objects that specify the turbo profile for a set of active
+          cores. Each entry contains two members, first is the maximum turbo clock
+          speed in MHz, and second is number of cores which can run at that speed.
       flags:
-        - readonly
+          - readonly