diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-09 13:32:02 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-09 13:32:02 +0000 |
commit | 2469bc9f944c017520d5a4bf7352004a298f3e44 (patch) | |
tree | a57139caa5e69c6a6dad533756c82da011fbba54 /usr.bin/ssh/clientloop.c | |
parent | ef00c6f3738fd798e82aef087d3cf2c9cac6c3c7 (diff) |
use tab not spaces (|unexpand)
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 15945a80d0b..75d24ace2b4 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.100 2002/04/22 21:04:52 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.101 2002/06/09 13:32:01 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -481,7 +481,7 @@ process_cmdline(void) 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; |