diff options
author | 2016-09-12 03:29:16 +0000 | |
---|---|---|
committer | 2016-09-12 03:29:16 +0000 | |
commit | cc80b3171817fa7f5158593ddc4fdf8a2e0bb2dd (patch) | |
tree | 28ebe182c117880a1414a4a5fb53ae9740833162 | |
parent | Style whitespace fix. Also happens to remove a no-op diff with portable. (diff) | |
download | wireguard-openbsd-cc80b3171817fa7f5158593ddc4fdf8a2e0bb2dd.tar.xz wireguard-openbsd-cc80b3171817fa7f5158593ddc4fdf8a2e0bb2dd.zip |
Spaces->tabs.
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 1a0778ad170..65b3f0ed6ab 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/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 @@ -2436,10 +2436,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 'K': if (strlen(optarg) >= PATH_MAX) fatal("Checkpoint filename too long"); |