diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 21:30:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 21:30:14 +0000 |
commit | d8ccd6d8c087d397a8b9c6926dd1a6c00f818581 (patch) | |
tree | f8dc482a550b02d152a7f7b70318d44f970dc487 /sys/net/pfkeyv2_convert.c | |
parent | 6d9a331c877fef77082bc62757aa735424e16615 (diff) |
KNF
Diffstat (limited to 'sys/net/pfkeyv2_convert.c')
-rw-r--r-- | sys/net/pfkeyv2_convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index fefb11a37b1..8c4e286f364 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.13 2003/02/15 22:57:59 jason Exp $ */ +/* $OpenBSD: pfkeyv2_convert.c,v 1.14 2003/02/16 21:30:13 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) * @@ -495,7 +495,7 @@ import_address(struct sockaddr *sa, struct sadb_address *sadb_address) if (ssa->sa_len) salen = ssa->sa_len; else - switch(ssa->sa_family) { + switch (ssa->sa_family) { #ifdef INET case AF_INET: salen = sizeof(struct sockaddr_in); |