Skip to content

Commit

Permalink
Style: make the asterisk go with the variable name, not the type.
Browse files Browse the repository at this point in the history
MFC after:	3 days
  • Loading branch information
bz authored and bz committed Oct 14, 2010
1 parent cb22974 commit e312700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netipsec/ipsec_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit e312700

Please sign in to comment.