diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 21:58:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-06 21:58:40 +0000 |
commit | 9211e7079f2b3022a1eaa619ddb0662d2cbcc571 (patch) | |
tree | 8ae4050cc047f6bddaf197c90aa5456b928559e3 /sbin/ipsecadm | |
parent | 62c1e7702b231d2ab9a532c19f44b05bff0e3a56 (diff) |
Minor identation.
Diffstat (limited to 'sbin/ipsecadm')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index 769b4a74aa1..2164716d892 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.26 1999/12/04 23:26:27 angelos Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.27 1999/12/06 21:58:39 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -608,7 +608,8 @@ main(int argc, char **argv) if (!strcmp(argv[i] + 1, "local") && iscmd(mode, FLOW)) { fprintf(stderr, - "%s: Warning: option local has been deprecated\n", argv[0]); + "%s: Warning: option local has been deprecated\n", + argv[0]); continue; } |