Fix clang-format-12 warnings

This commit is contained in:
Masayuki Kondo 2024-04-22 11:23:47 +09:00
parent 9bce0ebcee
commit 24b2b52729

View File

@ -922,7 +922,8 @@ os_readdir(os_dir_stream dir_stream, __wasi_dirent_t *entry,
*d_name = NULL; *d_name = NULL;
if (errno != 0) { if (errno != 0) {
return convert_errno(errno); return convert_errno(errno);
} else { }
else {
return 0; return 0;
} }
} }