unexpand
diff --git a/clientloop.c b/clientloop.c
index 15945a8..aa8e9be 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -481,7 +481,7 @@
 	int local = 0;
 
 	leave_raw_mode();
- 	handler = signal(SIGINT, SIG_IGN);
+	handler = signal(SIGINT, SIG_IGN);
 	cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
 	if (s == NULL)
 		goto out;