btrfs: Fix code style in kernel_interface.cpp
Fix missing spaces after comment markers on lines 172 and 469, and fix spaces-instead-of-tabs indentation on line 871. No functional changes. Hashtags: gsoc2026 Change-Id: I722cbccba634348d63e60527fa96bd9ec9b639ca Reviewed-on: https://review.haiku-os.org/c/haiku/+/10446 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
dd2eeb7dff
commit
d7d78c9749
@@ -867,8 +867,7 @@ btrfs_rewind_dir(fs_volume* /*_volume*/, fs_vnode* /*node*/, void* _cookie)
|
|||||||
|
|
||||||
|
|
||||||
static status_t
|
static status_t
|
||||||
btrfs_close_dir(fs_volume * /*_volume*/, fs_vnode * /*node*/,
|
btrfs_close_dir(fs_volume * /*_volume*/, fs_vnode * /*node*/, void * /*_cookie*/)
|
||||||
void * /*_cookie*/)
|
|
||||||
{
|
{
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user