diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-12-05 10:10:22 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@osdl.org> | 2006-12-05 10:10:22 -0800 |
commit | ae665a522bd46bea44c5ea84c89c8b1731954170 (patch) | |
tree | 523b0a5b51e264ebad295e517606123e9e8e04bd /ip/ipprefix.c | |
parent | 0bf0fbc47e33cc968c1c1d20d938de31e497c753 (diff) |
Remove trailing whitespace
Go through source files and remove all trailing whitespace
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'ip/ipprefix.c')
-rw-r--r-- | ip/ipprefix.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ip/ipprefix.c b/ip/ipprefix.c index 61d12f91..cb1f5822 100644 --- a/ip/ipprefix.c +++ b/ip/ipprefix.c @@ -1,16 +1,16 @@ /* * Copyright (C)2005 USAGI/WIDE Project - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA @@ -78,7 +78,7 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]); memset(abuf, '\0', sizeof(abuf)); - fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx, + fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx, abuf, sizeof(abuf))); } fprintf(fp, "/%u ", prefix->prefix_len); |