From: Stephen Hemminger Date: Mon, 11 Apr 2016 22:13:55 +0000 (+0000) Subject: ip: whitespace cleanup X-Git-Tag: v4.6.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbac6c63011b6c89d79f3f6aae7d4d38962e4000;p=thirdparty%2Fiproute2.git ip: whitespace cleanup Fix whitespace --- diff --git a/ip/ipaddress.c b/ip/ipaddress.c index b2e294d29..aac7970e1 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -326,7 +326,7 @@ static void print_vfinfo(FILE *fp, struct rtattr *vfinfo) * this kernel. */ tmp = (struct rtattr *)((char *)vf[IFLA_VF_TX_RATE] + - vf[IFLA_VF_TX_RATE]->rta_len); + vf[IFLA_VF_TX_RATE]->rta_len); if (tmp->rta_type != IFLA_VF_SPOOFCHK) vf_spoofchk = NULL; @@ -338,7 +338,7 @@ static void print_vfinfo(FILE *fp, struct rtattr *vfinfo) * this kernel. */ tmp = (struct rtattr *)((char *)vf[IFLA_VF_SPOOFCHK] + - vf[IFLA_VF_SPOOFCHK]->rta_len); + vf[IFLA_VF_SPOOFCHK]->rta_len); if (tmp->rta_type != IFLA_VF_LINK_STATE) vf_linkstate = NULL; @@ -349,7 +349,7 @@ static void print_vfinfo(FILE *fp, struct rtattr *vfinfo) fprintf(fp, "%s vf %d MAC %s", _SL_, vf_mac->vf, ll_addr_n2a((unsigned char *)&vf_mac->mac, - ETH_ALEN, 0, b1, sizeof(b1))); + ETH_ALEN, 0, b1, sizeof(b1))); if (vf_vlan->vlan) fprintf(fp, ", vlan %d", vf_vlan->vlan); if (vf_vlan->qos)