]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 12 Sep 2016 03:29:16 +0000 (03:29 +0000)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 12 Sep 2016 03:49:24 +0000 (13:49 +1000)
Spaces->tabs.

Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7

ssh-keygen.c

index f152a92af19dbd5a84559cf8d112245b2d6e7562..0149a090d348bfd2afacb60336b9af3d6b769dd3 100644 (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)) >=