libc: io: formatting cleanup
This commit is contained in:
@@ -57,6 +57,7 @@ int __libc_dir_refill(struct __opaque_dir *d)
|
|||||||
|
|
||||||
int __libc_dir_move_next(struct __opaque_dir *d)
|
int __libc_dir_move_next(struct __opaque_dir *d)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (d->d_fd < 0) {
|
if (d->d_fd < 0) {
|
||||||
return -EBADF;
|
return -EBADF;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user