diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-12 21:57:35 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-12 21:57:35 +0000 |
commit | 642b5d9e93b48ab01913c7219294446234247cbe (patch) | |
tree | 49213ff53bebf7c4c99c38fac68113a270464797 /sbin/ipsecctl | |
parent | 0c3991668d23194a6dbdf569b163148b143b9eab (diff) |
spacing
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y index bfe2648245c..d2b222ece0d 100644 --- a/sbin/ipsecctl/parse.y +++ b/sbin/ipsecctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.39 2005/11/12 21:49:38 hshoexer Exp $ */ +/* $OpenBSD: parse.y,v 1.40 2005/11/12 21:57:34 hshoexer Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -353,7 +353,7 @@ hosts : FROM host TO host { $$.src = $4; $$.dst = $2; } - ; + ; peer : /* empty */ { $$ = NULL; } | PEER STRING { |