Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
t-momose committed Dec 17, 2002
1 parent 735d221 commit a5d7eb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kame/sys/netinet6/in6_gif.c
@@ -1,4 +1,4 @@
/* $KAME: in6_gif.c,v 1.100 2002/11/11 18:25:25 itojun Exp $ */
/* $KAME: in6_gif.c,v 1.101 2002/12/17 10:32:18 t-momose Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -376,7 +376,8 @@ in6_gif_output(ifp, family, m)
#endif /* __OpenBSD__ */
}

int in6_gif_input(mp, offp, proto)
int
in6_gif_input(mp, offp, proto)
struct mbuf **mp;
int *offp, proto;
{
Expand Down

0 comments on commit a5d7eb0

Please sign in to comment.