Skip to content

Commit

Permalink
more KNF
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jun 6, 2003
1 parent 4338c10 commit 9cc6cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kame/kame/libinet6/rthdr.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: rthdr.c,v 1.16 2003/06/06 06:35:25 itojun Exp $ */
/* $KAME: rthdr.c,v 1.17 2003/06/06 06:36:42 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -211,8 +211,8 @@ inet6_rthdr_segments(cmsg)

struct in6_addr *
inet6_rthdr_getaddr(cmsg, idx)
struct cmsghdr *cmsg;
int idx;
struct cmsghdr *cmsg;
int idx;
{
struct ip6_rthdr *rthdr;

Expand Down

0 comments on commit 9cc6cfe

Please sign in to comment.