Style: make the asterisk go with the variable name, not the type.
MFC after: 3 days
This commit is contained in:
parent
9543d2735d
commit
e046b77ee1
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user