xml: Fix indentation

This commit is contained in:
Vicki Pfau 2025-03-11 17:35:43 -07:00
parent 484f5c43e3
commit e7b94c28a0

View file

@ -32,23 +32,23 @@
<!-- <!--
com.steampowered.SteamOSManager1.BatteryChargeLimit1 com.steampowered.SteamOSManager1.BatteryChargeLimit1
@short_description: Optional interface for battery charging limit @short_description: Optional interface for battery charging limit
properties. properties.
--> -->
<interface name="com.steampowered.SteamOSManager1.BatteryChargeLimit1"> <interface name="com.steampowered.SteamOSManager1.BatteryChargeLimit1">
<!-- <!--
MaxChargeLevel: MaxChargeLevel:
The maximum allowable percentage for battery charging. If setting to The maximum allowable percentage for battery charging. If setting to
-1, this will reset to the default. -1, this will reset to the default.
--> -->
<property name="MaxChargeLevel" type="i" access="readwrite"/> <property name="MaxChargeLevel" type="i" access="readwrite"/>
<!-- <!--
SuggestedMinimumLimit: SuggestedMinimumLimit:
The suggested minimum value for a frontend to allow setting the max The suggested minimum value for a frontend to allow setting the max
charge level. charge level.
--> -->
<property name="SuggestedMinimumLimit" type="i" access="read"/> <property name="SuggestedMinimumLimit" type="i" access="read"/>