]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
utils: fix indentation
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2019 17:53:09 +0000 (09:53 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2019 17:53:09 +0000 (09:53 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/utils.c

index bbb3bdcfa80b472959c89ef630b4e26bb806819b..c6f19ce1ac64f40848172adb1983ea60df046b3b 100644 (file)
@@ -1451,7 +1451,7 @@ int get_guid(__u64 *guid, const char *arg)
                if (tmp > 255)
                        return -1;
 
-                *guid |= tmp << (56 - 8 * i);
+               *guid |= tmp << (56 - 8 * i);
        }
 
        return 0;