[PATCH iproute2] Add missing space
From: <hidden>
Date: 2013-03-14 04:14:59
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2013-03-14 04:14:59
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: roopa <redacted> Reported-by: Andreas Henriksson <redacted> Signed-off-by: Roopa Prabhu <redacted> --- ip/ipaddress.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ip/ipaddress.c b/ip/ipaddress.c
index fdd2a74..0712164 100644
--- a/ip/ipaddress.c
+++ b/ip/ipaddress.c@@ -470,7 +470,7 @@ int print_linkinfo(const struct sockaddr_nl *who, if (do_link && tb[IFLA_IFALIAS]) { fprintf(fp, "%s", _SL_); - fprintf(fp," alias %s", + fprintf(fp, " alias %s", rta_getattr_str(tb[IFLA_IFALIAS])); }
--
1.7.2.5