overlay: Indentation fix

Change-Id: Ib242872ad0c46a2f68ad13e37648564b57f84717
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
index 162abaa..363e254 100644
--- a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
+++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -18,11 +18,11 @@
 <!-- These resources are around just to allow their values to be customized
      for different hardware and product builds. -->
 <resources>
-<!-- Control whether status bar should distinguish HSPA data icon
-     from UMTS data icon on devices -->
+    <!-- Control whether status bar should distinguish HSPA data icon
+         from UMTS data icon on devices -->
     <bool name="config_hspa_data_distinguishable">true</bool>
 
-<!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
+    <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
     <bool name="config_show4GForLTE">false</bool>
 
     <bool name="quick_settings_show_full_alarm">true</bool>