Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e675785 authored by David Sterba's avatar David Sterba
Browse files

btrfs: tests: uninline member definitions in free_space_extent



The recommended way is to put all members on separate lines.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent d2d9ac6a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
#include "../transaction.h"

struct free_space_extent {
	u64 start, length;
	u64 start;
	u64 length;
};

static int __check_free_space_extents(struct btrfs_trans_handle *trans,