upstream commit

Spaces->tabs.

Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7
This commit is contained in:
dtucker@openbsd.org 2016-09-12 03:29:16 +00:00 committed by Darren Tucker
parent 11e5e64453
commit 7b63cf6dbb

View File

@ -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)) >=