aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_proto.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:49:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-26 01:49:12 +0200
commitba2dcccd799963ac74ee92300df494947820608b (patch)
treee27140083f1f4faebe86cde97a3dabbff5ac7f9e /networking/libiproute/ll_proto.c
parent0f8960542f6f5ae258e72e56ba7296a01a9c10af (diff)
downloadbusybox-ba2dcccd799963ac74ee92300df494947820608b.tar.gz
*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/ll_proto.c')
-rw-r--r--networking/libiproute/ll_proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c
index 145902b2e..1cd576f1d 100644
--- a/networking/libiproute/ll_proto.c
+++ b/networking/libiproute/ll_proto.c
@@ -126,4 +126,3 @@ int FAST_FUNC ll_proto_a2n(unsigned short *id, char *buf)
*id = htons(i);
return 0;
}
-