diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/isakmpd/if.c | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/isakmpd/if.c')
-rw-r--r-- | sbin/isakmpd/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/if.c b/sbin/isakmpd/if.c index 354ba983356..e21ac1af727 100644 --- a/sbin/isakmpd/if.c +++ b/sbin/isakmpd/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.10 2001/10/26 13:29:26 ho Exp $ */ +/* $OpenBSD: if.c,v 1.11 2002/06/09 08:13:06 todd Exp $ */ /* $EOM: if.c,v 1.12 1999/10/01 13:45:20 niklas Exp $ */ /* @@ -109,7 +109,7 @@ siocgifconf (struct ifconf *ifcp) } close (s); return 0; - + err: if (buf) free (buf); |