diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2016-09-12 05:29:16 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-09-12 05:49:24 +0200 |
commit | 7b63cf6dbbfa841c003de57d1061acbf2ff22364 (patch) | |
tree | e279d5449ae8b6a839574024f5830f8b1c6c80ea /ssh-keygen.c | |
parent | upstream commit (diff) | |
download | openssh-7b63cf6dbbfa841c003de57d1061acbf2ff22364.tar.xz openssh-7b63cf6dbbfa841c003de57d1061acbf2ff22364.zip |
upstream commit
Spaces->tabs.
Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index f152a92af..0149a090d 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.291 2016/09/12 03:25:20 dtucker Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.292 2016/09/12 03:29:16 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -2468,10 +2468,10 @@ main(int argc, char **argv) break; case 'J': lines_to_process = strtoul(optarg, NULL, 10); - break; + break; case 'j': start_lineno = strtoul(optarg, NULL, 10); - break; + break; case 'T': do_screen_candidates = 1; if (strlcpy(out_file, optarg, sizeof(out_file)) >= |