btrfs: Fix various coding style issues

- Fix pointer/reference style in btrfs_disk_system.cpp
- Add missing blank line between class definitions in Inode.h
- Remove trailing whitespace in AttributeIterator.h
- Add missing space before inline comment in BTree.cpp
- Add missing space before '{' in ExtentAllocator.cpp
- Fix C-style cast pointer style in Volume.cpp

No functional changes.

Hashtags: gsoc2026

Change-Id: I7922a4736c072691163c05288f142cdaff1dcf9c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10469
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
anujbillore-0-0
2026-03-27 12:55:51 +00:00
committed by Adrien Destugues
parent 4ce9cacce2
commit 0ed6a7bdeb
6 changed files with 8 additions and 7 deletions
@@ -99,6 +99,7 @@ private:
btrfs_inode fNode; btrfs_inode fNode;
}; };
/*!The Vnode class provides a convenience layer upon get_vnode(), so that /*!The Vnode class provides a convenience layer upon get_vnode(), so that
* you don't have to call put_vnode() anymore, which may make code more * you don't have to call put_vnode() anymore, which may make code more
* readable in some cases * readable in some cases