style nits

This commit is contained in:
Joris Vink 2021-07-10 10:03:01 +02:00
parent 6d7c774ba2
commit 89085246e5

View File

@ -79,7 +79,7 @@ kore_fileref_create(struct kore_server *srv, const char *path, int fd,
if (srv->tls == 0) {
ref->fd = fd;
} else {
if ((uintmax_t)size> SIZE_MAX) {
if ((uintmax_t)size > SIZE_MAX) {
kore_pool_put(&ref_pool, ref);
return (NULL);
}