Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg/utils.c: indent the cleanup label
rilysh committed 2 years ago
commit b8f856b5258cc0ca870e2dcf193c2abd52f70bc0
parent bd41a85
1 file changed +1 -1
modified libpkg/utils.c
@@ -163,7 +163,7 @@ file_to_bufferat(int dfd, const char *path, char **buffer, off_t *sz)
		goto cleanup;
	}

-
	cleanup:
+
cleanup:
	if (fd >= 0)
		close(fd);