mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
Fix clang-format-12 warnings
This commit is contained in:
parent
9bce0ebcee
commit
24b2b52729
|
@ -922,7 +922,8 @@ os_readdir(os_dir_stream dir_stream, __wasi_dirent_t *entry,
|
|||
*d_name = NULL;
|
||||
if (errno != 0) {
|
||||
return convert_errno(errno);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user