Skip to content

Commit

Permalink
contrib/btrfs_tree.py: fix extra whitespace when printing inode item
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed May 22, 2024
1 parent bee9d25 commit 2c13112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/btrfs_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def _print_inode_item(
{indent}ctime {item.ctime}
{indent}mtime {item.mtime}
{indent}otime {item.otime}
""",
""",
end="",
file=file,
)
Expand Down

0 comments on commit 2c13112

Please sign in to comment.