From e046b77ee16cf7a6b9479c4abe5d281376e41693 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 14 Oct 2010 14:49:49 +0000 Subject: [PATCH] Style: make the asterisk go with the variable name, not the type. MFC after: 3 days --- sys/netipsec/ipsec_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netipsec/ipsec_output.c b/sys/netipsec/ipsec_output.c index 8e8a1e394fd4..52c990ee9f4f 100644 --- a/sys/netipsec/ipsec_output.c +++ b/sys/netipsec/ipsec_output.c @@ -758,7 +758,7 @@ ipsec6_output_tunnel(struct ipsec_output_state *state, struct secpolicy *sp, int struct ipsecrequest *isr; struct secasindex saidx; int error; - struct sockaddr_in6* dst6; + struct sockaddr_in6 *dst6; struct mbuf *m; IPSEC_ASSERT(state != NULL, ("null state"));