mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: whitespace change to virNetDevOpenvswitchAddPort
The indentation on the final lines of the function was off by four spaces, making me wonder for a second if there was something missing. (There wasn't.)
This commit is contained in:
parent
09d22af194
commit
38e56abb05
@ -95,14 +95,14 @@ int virNetDevOpenvswitchAddPort(const char *brname, const char *ifname,
|
|||||||
ifname, brname);
|
ifname, brname);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
ret = 0;
|
|
||||||
|
|
||||||
cleanup:
|
ret = 0;
|
||||||
VIR_FREE(attachedmac_ex_id);
|
cleanup:
|
||||||
VIR_FREE(ifaceid_ex_id);
|
VIR_FREE(attachedmac_ex_id);
|
||||||
VIR_FREE(profile_ex_id);
|
VIR_FREE(ifaceid_ex_id);
|
||||||
virCommandFree(cmd);
|
VIR_FREE(profile_ex_id);
|
||||||
return ret;
|
virCommandFree(cmd);
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user