diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 03:38:40 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 03:38:40 +0200 |
commit | 4dec5d75daab22c31f6f67d9e83594076ae3eda7 (patch) | |
tree | 5960da50972639c8643c766fb9812ac93b3cc054 /ssh.c | |
parent | - stevesk@cvs.openbsd.org 2006/08/01 23:22:48 (diff) | |
download | openssh-4dec5d75daab22c31f6f67d9e83594076ae3eda7.tar.xz openssh-4dec5d75daab22c31f6f67d9e83594076ae3eda7.zip |
- stevesk@cvs.openbsd.org 2006/08/01 23:36:12
[authfile.c channels.c progressmeter.c scard.c servconf.c ssh.c]
clean extra spaces
Diffstat (limited to '')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.291 2006/08/01 23:22:47 stevesk Exp $ */ +/* $OpenBSD: ssh.c,v 1.292 2006/08/01 23:36:12 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1229,7 +1229,7 @@ load_public_identity_files(void) if (options.smartcard_device != NULL && options.num_identity_files < SSH_MAX_IDENTITY_FILES && - (keys = sc_get_keys(options.smartcard_device, NULL)) != NULL ) { + (keys = sc_get_keys(options.smartcard_device, NULL)) != NULL) { int count = 0; for (i = 0; keys[i] != NULL; i++) { count++; |