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 /lib/ll_map.c | |
parent | 0bf0fbc47e33cc968c1c1d20d938de31e497c753 (diff) | |
download | platform_external_iproute2-ae665a522bd46bea44c5ea84c89c8b1731954170.tar.gz platform_external_iproute2-ae665a522bd46bea44c5ea84c89c8b1731954170.tar.bz2 platform_external_iproute2-ae665a522bd46bea44c5ea84c89c8b1731954170.zip |
Remove trailing whitespace
Go through source files and remove all trailing whitespace
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Diffstat (limited to 'lib/ll_map.c')
-rw-r--r-- | lib/ll_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ll_map.c b/lib/ll_map.c index 1acbf8f8..dee498f7 100644 --- a/lib/ll_map.c +++ b/lib/ll_map.c @@ -36,7 +36,7 @@ struct idxmap static struct idxmap *idxmap[16]; -int ll_remember_index(const struct sockaddr_nl *who, +int ll_remember_index(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) { int h; |