From 1c50c1c0d683ebfa53c1607c71b8d26547e8f218 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 13 Sep 2018 19:38:57 +0000 Subject: *: style for EC replacements Signed-off-by: Quentin Young --- zebra/if_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/if_ioctl.c') diff --git a/zebra/if_ioctl.c b/zebra/if_ioctl.c index f02cc46271..f581ebc6bd 100644 --- a/zebra/if_ioctl.c +++ b/zebra/if_ioctl.c @@ -198,8 +198,8 @@ static int if_getaddrs(void) ifp = if_lookup_by_name(ifap->ifa_name, VRF_DEFAULT); if (ifp == NULL) { flog_err(EC_LIB_INTERFACE, - "if_getaddrs(): Can't lookup interface %s\n", - ifap->ifa_name); + "if_getaddrs(): Can't lookup interface %s\n", + ifap->ifa_name); continue; } -- cgit v1.2.3