# HG changeset patch
# User heinrichsweikamp
# Date 1502111912 -7200
# Node ID 08d7eb26665cf730cab9926c344b0c2897dddc82
# Parent  4921aa796691738dae86bdbae062bb97ecfc1326
minor

diff -r 4921aa796691 -r 08d7eb26665c src/menu_tree.asm
--- a/src/menu_tree.asm	Sun Aug 06 20:12:49 2017 +0200
+++ b/src/menu_tree.asm	Mon Aug 07 15:18:32 2017 +0200
@@ -438,9 +438,9 @@
 do_reset_menu:
     MENU_BEGIN  tResetMenu, .6
         MENU_CALL       tExit,                  do_return_settings
-        MENU_CALL       tReboot,	            do_reset_menu2			; Confirm
-		MENU_CALL       tResetDeco,	            do_reset_menu3			; Confirm
-		MENU_CALL       tResetSettings,	        do_reset_menu4			; Confirm
+        MENU_CALL       tReboot,	        do_reset_menu2			; Confirm
+	MENU_CALL       tResetDeco,	        do_reset_menu3			; Confirm
+	MENU_CALL       tResetSettings,	        do_reset_menu4			; Confirm
         MENU_CALL       tResetLogbook,	        do_reset_menu5			; Confirm
         MENU_CALL       tResetBattery,          new_battery_menu        ; New Battery submenu
     MENU_END