diff options
author | 2005-07-17 07:17:54 +0000 | |
---|---|---|
committer | 2005-07-17 07:17:54 +0000 | |
commit | a70fed003b2ae2072557304afb206374affae48a (patch) | |
tree | 15d46bfb0cd21ff0dfd847ae5e8967339b781344 /usr.bin/ssh/ssh-add.c | |
parent | Fix a number of X11 forwarding channel leaks: (diff) | |
download | wireguard-openbsd-a70fed003b2ae2072557304afb206374affae48a.tar.xz wireguard-openbsd-a70fed003b2ae2072557304afb206374affae48a.zip |
knf says that a 2nd level indent is four (not three or five) spaces
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index 5dbd3cd723d..0347b3a94bd 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-add.c,v 1.71 2005/03/10 22:01:06 deraadt Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.72 2005/07/17 07:17:55 djm Exp $"); #include <openssl/evp.h> @@ -145,7 +145,7 @@ add_file(AuthenticationConnection *ac, const char *filename) /* clear passphrase since it did not work */ clear_pass(); snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ", - comment); + comment); for (;;) { pass = read_passphrase(msg, RP_ALLOW_STDIN); if (strcmp(pass, "") == 0) { |