From: dtucker@openbsd.org Date: Mon, 12 Sep 2016 03:29:16 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_4_P1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b63cf6dbbfa841c003de57d1061acbf2ff22364;p=thirdparty%2Fopenssh-portable.git upstream commit Spaces->tabs. Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7 --- 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 * Copyright (c) 1994 Tatu Ylonen , 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)) >=