Skip to content

Commit 0e67578

Browse files
committed
btrfs: tests: uninline member definitions in free_space_extent
The recommended way is to put all members on separate lines. Signed-off-by: David Sterba <dsterba@suse.com>
1 parent d2d9ac6 commit 0e67578

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/btrfs/tests/free-space-tree-tests.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
#include "../transaction.h"
2525

2626
struct free_space_extent {
27-
u64 start, length;
27+
u64 start;
28+
u64 length;
2829
};
2930

3031
static int __check_free_space_extents(struct btrfs_trans_handle *trans,

0 commit comments

Comments
 (0)