idevicedebug: Process "Wxx" response as "exited with code xx"
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c
index 7b49a46..36a4fa7 100644
--- a/tools/idevicedebug.c
+++ b/tools/idevicedebug.c
@@ -241,7 +241,7 @@
 	char* response = NULL;
 	debugserver_command_t command = NULL;
 	debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR;
-        int exit_status = -1;
+	int exit_status = -1;
 
 	/* map signals */
 	signal(SIGINT, on_signal);