* [PATCH iproute2] Add missing space
@ 2013-03-14 4:14 roopa
0 siblings, 0 replies; only message in thread
From: roopa @ 2013-03-14 4:14 UTC (permalink / raw)
To: shemminger, roopa; +Cc: netdev
From: roopa <roopa@cumulusnetworks.com>
Reported-by: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-14 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 4:14 [PATCH iproute2] Add missing space roopa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox