]> xenbits.xensource.com Git - libvirt.git/commitdiff
nss: fix indentation in aiforaf() method
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Aug 2019 13:32:52 +0000 (14:32 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 Aug 2019 15:54:02 +0000 (16:54 +0100)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tools/nss/libvirt_nss.c

index a9814cf0dc7ea5ce0a3a647bede169ef03fe34c0..7122065b284e38d851d54ca53d586dd97977f2d8 100644 (file)
@@ -527,7 +527,7 @@ aiforaf(const char *name, int af, struct addrinfo *pai, struct addrinfo **aip)
 
         (*aip)->ai_next = res0;
         while ((*aip)->ai_next)
-           *aip = (*aip)->ai_next;
+            *aip = (*aip)->ai_next;
 
         addrList++;
     }