vz: Fix indentation in prlsdkGetNetAddresses()

This commit is contained in:
Andrea Bolognani 2016-06-28 10:09:52 +02:00
parent a2adcc1b93
commit a9a2abd478

View File

@ -829,7 +829,7 @@ prlsdkGetNetAddresses(PRL_HANDLE sdknet, virDomainNetDefPtr net)
prlsdkCheckRetGoto(pret, cleanup);
for (i = 0; i < num; ++i) {
virNetDevIPAddrPtr ip = NULL;
virNetDevIPAddrPtr ip = NULL;
PRL_UINT32 buflen = 0;
char *addr;