From: Johannes Berg Date: Wed, 10 Apr 2013 09:44:18 +0000 (+0200) Subject: align TDLS output X-Git-Tag: v3.10~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a463ae33ac5749a89d6ea2fdfa1c72eda1a2bba;p=thirdparty%2Fiw.git align TDLS output --- diff --git a/station.c b/station.c index d58534f..dde552f 100644 --- a/station.c +++ b/station.c @@ -274,7 +274,7 @@ static int print_sta_handler(struct nl_msg *msg, void *arg) } if (sta_flags->mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) { - printf("\n\tTDLS peer:\t\t"); + printf("\n\tTDLS peer:\t"); if (sta_flags->set & BIT(NL80211_STA_FLAG_TDLS_PEER)) printf("yes"); else