diff options
author | Denys Vlasenko | 2017-10-05 15:19:25 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-10-05 15:19:25 +0200 |
commit | a02a4e98306194dc12bca46d099647bcce602bb9 (patch) | |
tree | 7bc5ff1de66d28dd4124306218a84d097ef36009 /networking/libiproute/ll_addr.c | |
parent | 416899fca6c8b7a09ec301e1a961459bb3b6c139 (diff) | |
download | busybox-a02a4e98306194dc12bca46d099647bcce602bb9.zip busybox-a02a4e98306194dc12bca46d099647bcce602bb9.tar.gz |
whitespace and comment format fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/ll_addr.c')
-rw-r--r-- | networking/libiproute/ll_addr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/libiproute/ll_addr.c b/networking/libiproute/ll_addr.c index 33a54ea..afdd81f 100644 --- a/networking/libiproute/ll_addr.c +++ b/networking/libiproute/ll_addr.c @@ -7,14 +7,12 @@ * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> */ - #include <net/if_arp.h> #include "libbb.h" #include "rt_names.h" #include "utils.h" - const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen) { int i; |