]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: whitespace cleanup
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Apr 2016 22:13:55 +0000 (22:13 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 11 Apr 2016 22:13:55 +0000 (22:13 +0000)
Fix whitespace

ip/ipaddress.c

index b2e294d29ca23f00b57527e1c0ab33953011c3ba..aac7970e16dd71dd5d7cfbb249accceb8fbb58c6 100644 (file)
@@ -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)