From: Michal Privoznik Date: Thu, 8 Jan 2026 14:50:41 +0000 (+0100) Subject: esx_util: Drop extra spacing X-Git-Tag: v12.0.0-rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdf8188d66c400fbe971817fbc45dc2401b941c;p=thirdparty%2Flibvirt.git esx_util: Drop extra spacing Per our coding style, function shall be separated by either a single line or two lines. But in esx_util.c functions are separated by three or even four blank lines. Drop excessive spacing. Signed-off-by: Michal Privoznik Reviewed-by: Jiri Denemark --- diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 9b714d90ba..88b3dc893f 100644 --- a/src/esx/esx_util.c +++ b/src/esx/esx_util.c @@ -159,8 +159,6 @@ esxUtil_ParseUri(esxUtil_ParsedUri **parsedUri, virURI *uri) } - - void esxUtil_FreeParsedUri(esxUtil_ParsedUri **parsedUri) { @@ -177,7 +175,6 @@ esxUtil_FreeParsedUri(esxUtil_ParsedUri **parsedUri) } - int esxUtil_ParseVirtualMachineIDString(const char *id_string, int *id) { @@ -198,7 +195,6 @@ esxUtil_ParseVirtualMachineIDString(const char *id_string, int *id) } - int esxUtil_ParseDatastorePath(const char *datastorePath, char **datastoreName, char **directoryName, char **directoryAndFileName) @@ -271,7 +267,6 @@ esxUtil_ParseDatastorePath(const char *datastorePath, char **datastoreName, } - int esxUtil_ResolveHostname(const char *hostname, char **ipAddress) { @@ -319,7 +314,6 @@ esxUtil_ResolveHostname(const char *hostname, char **ipAddress) } - int esxUtil_ReformatUuid(const char *input, char *output) { @@ -338,7 +332,6 @@ esxUtil_ReformatUuid(const char *input, char *output) } - char * esxUtil_EscapeBase64(const char *string) { @@ -394,7 +387,6 @@ esxUtil_EscapeBase64(const char *string) } - void esxUtil_ReplaceSpecialWindowsPathChars(char *string) { @@ -418,7 +410,6 @@ esxUtil_ReplaceSpecialWindowsPathChars(char *string) } - char * esxUtil_EscapeDatastoreItem(const char *string) { @@ -438,7 +429,6 @@ esxUtil_EscapeDatastoreItem(const char *string) } - char * esxUtil_EscapeForXml(const char *string) {