From 7b63cf6dbbfa841c003de57d1061acbf2ff22364 Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Mon, 12 Sep 2016 03:29:16 +0000 Subject: upstream commit Spaces->tabs. Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7 --- ssh-keygen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssh-keygen.c') 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)) >= -- cgit v1.2.3