From a02a4e98306194dc12bca46d099647bcce602bb9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 15:19:25 +0200 Subject: whitespace and comment format fixes, no code changes Signed-off-by: Denys Vlasenko --- networking/libiproute/rtm_map.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'networking/libiproute/rtm_map.c') diff --git a/networking/libiproute/rtm_map.c b/networking/libiproute/rtm_map.c index c763da049..e94c99ab6 100644 --- a/networking/libiproute/rtm_map.c +++ b/networking/libiproute/rtm_map.c @@ -7,7 +7,6 @@ * * Authors: Alexey Kuznetsov, */ - #include "libbb.h" #include "rt_names.h" #include "utils.h" @@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id) } } - int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg) { static const char keywords[] ALIGN1 = -- cgit v1.2.3