Whitespace cleanup in Themes

Commit 'Copy Kernel Logs' did not adhere to tab spacing.

Change-Id: Ie036aa6b973e01f992199787c64b54a6ccb73a7e
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index b0e4238..ff5dddd 100644
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -3132,44 +3132,43 @@
 			</action>
 		</page>
 
-                <page name="copylog">
-                        <template name="page"/>
+		<page name="copylog">
+			<template name="page"/>
 
-                        <text style="text_l">
-                                <placement x="%col1_x_header%" y="%row3_header_y%"/>
-                                <text>{@copying_log=Copy Logs to SD Card}</text>
-                        </text>
+			<text style="text_l">
+				<placement x="%col1_x_header%" y="%row3_header_y%"/>
+				<text>{@copying_log=Copy Logs to SD Card}</text>
+			</text>
 
-                        <checkbox>
-                                <placement x="%indent%" y="%row4_y%"/>
-                                <text>{@include_kernel_log=Include Kernel Log}</text>
-                                <data variable="tw_include_kernel_log" value="1"/>
-                        </checkbox>
+			<checkbox>
+				<placement x="%indent%" y="%row4_y%"/>
+				<text>{@include_kernel_log=Include Kernel Log}</text>
+				<data variable="tw_include_kernel_log" value="1"/>
+			</checkbox>
 
-                        <slider>
-                                <text>{@copying_log=Copy Logs to SD Card}</text>
-                                <actions>
-                                        <action function="set">tw_back=advanced</action>
-                                        <action function="set">tw_action=copylog</action>
-                                        <action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
-                                        <action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
-                                        <action function="page">action_page</action>
-                                </actions>
-                        </slider>
+			<slider>
+				<text>{@copying_log=Copy Logs to SD Card}</text>
+				<actions>
+					<action function="set">tw_back=advanced</action>
+					<action function="set">tw_action=copylog</action>
+					<action function="set">tw_action_text1={@copying_log=Copy Logs to SD Card}</action>
+					<action function="set">tw_complete_text1={@copy_log_complete=Logs Copy Completed}</action>
+					<action function="page">action_page</action>
+				</actions>
+			</slider>
 
-                        <action>
-                                <touch key="home"/>
-                                <action function="page">main</action>
-                        </action>
+			<action>
+				<touch key="home"/>
+				<action function="page">main</action>
+			</action>
 
-                        <action>
-                                <touch key="back"/>
-                                <actions>
-                                        <action function="page">advanced</action>
-                                </actions>
-                        </action>
-
-                </page>
+			<action>
+				<touch key="back"/>
+				<actions>
+					<action function="page">advanced</action>
+				</actions>
+			</action>
+		</page>
 
 		<page name="advanced">
 			<template name="page"/>