]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libvirt_nss.h: Separate function declarations with an empty line
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Jul 2019 10:05:27 +0000 (12:05 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 30 Sep 2019 10:27:41 +0000 (12:27 +0200)
I find it more readable that way.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
tools/nss/libvirt_nss.h

index ee6c971d3dd7959cbf25e0da173a4f8ec070ed8d..95ebafdc711d8cf1167f75cd135a84b6757d7f55 100644 (file)
@@ -71,10 +71,12 @@ enum nss_status
 NSS_NAME(gethostbyname2)(const char *name, int af, struct hostent *result,
                          char *buffer, size_t buflen, int *errnop,
                          int *herrnop);
+
 enum nss_status
 NSS_NAME(gethostbyname3)(const char *name, int af, struct hostent *result,
                          char *buffer, size_t buflen, int *errnop,
                          int *herrnop, int32_t *ttlp, char **canonp);
+
 #ifdef HAVE_STRUCT_GAIH_ADDRTUPLE
 enum nss_status
 NSS_NAME(gethostbyname4)(const char *name, struct gaih_addrtuple **pat,