Skip to content

Commit

Permalink
core: Fix formatting (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Nov 28, 2023
1 parent 360d3b3 commit cdc4f48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xdvdfs-core/src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,7 @@ impl DirectoryEntryTable {

if let Some(dirent) = dirent {
debugln!("[walk_dirent_tree] Found dirent {}", dirent.name_str()?);
traceln!(
"[walk_dirent_tree] Node: {:?} at offset {}",
dirent,
top
);
traceln!("[walk_dirent_tree] Node: {:?} at offset {}", dirent, top);

let left_child = dirent.node.left_entry_offset;
if left_child != 0 && left_child != 0xffff {
Expand Down

0 comments on commit cdc4f48

Please sign in to comment.