]> xenbits.xensource.com Git - libvirt.git/commitdiff
vz: Fix indentation in prlsdkGetNetAddresses()
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 Jun 2016 08:09:52 +0000 (10:09 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Jun 2016 08:09:52 +0000 (10:09 +0200)
src/vz/vz_sdk.c

index 7e75e4431419e666186e923d174dd9d2dc5f616b..ae218e9a65067a95ea40fabf8c69ae716035550b 100644 (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;