Whitespace

parent ef4ee10c
...@@ -365,7 +365,8 @@ tus_file_open(struct tus_file_core *fcore) ...@@ -365,7 +365,8 @@ tus_file_open(struct tus_file_core *fcore)
if (fcore->fd < 0) { if (fcore->fd < 0) {
basefd = tus_server_basefd(fcore->server); basefd = tus_server_basefd(fcore->server);
fcore->fd = openat(basefd, fcore->filename, O_RDWR | O_CLOEXEC | O_APPEND); fcore->fd = openat(basefd, fcore->filename,
O_RDWR | O_CLOEXEC | O_APPEND);
} }
return (fcore->fd); return (fcore->fd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment