utils: fix indentation

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2019-12-29 09:53:09 -08:00
parent 2cf4d7af72
commit 2dda733f6d
1 changed files with 1 additions and 1 deletions

View 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;