summaryrefslogtreecommitdiff
path: root/sbin/ipsecctl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-01 15:14:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-01 15:14:48 +0000
commit81087f2a4f0847b18d646e8461fe5e7a635e4cb5 (patch)
tree5b8bb9b1eff6daf401421d8c448316e5ed17c657 /sbin/ipsecctl
parentaaf4a3415cbe048713c43813becc27f6ce25d679 (diff)
spacing
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r--sbin/ipsecctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/parse.y b/sbin/ipsecctl/parse.y
index bd11dbc3578..f496d49c8af 100644
--- a/sbin/ipsecctl/parse.y
+++ b/sbin/ipsecctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.44 2005/11/27 09:47:56 hshoexer Exp $ */
+/* $OpenBSD: parse.y,v 1.45 2005/12/01 15:14:47 deraadt Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -453,7 +453,7 @@ spispec : SPI STRING {
}
;
-transforms : {
+transforms : {
if ((ipsec_transforms = calloc(1,
sizeof(struct ipsec_transforms))) == NULL)
err(1, "transforms: calloc");