Skip to content

Commit

Permalink
mksquashfs: fix whitespace style
Browse files Browse the repository at this point in the history
Signed-off-by: Samanta Navarro <[email protected]>
  • Loading branch information
ferivoz committed Dec 23, 2024
1 parent 3efe69a commit a957a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squashfs-tools/mksquashfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ static long long write_inodes()
}

start_bytes = get_and_inc_pos(inode_bytes);
write_destination(fd, start_bytes, inode_bytes, inode_table);
write_destination(fd, start_bytes, inode_bytes, inode_table);

return start_bytes;
}
Expand Down Expand Up @@ -8146,7 +8146,7 @@ int main(int argc, char *argv[])

check_source_date_epoch();

/* If cpiostyle is set, then file names will be read-in
/* If cpiostyle is set, then file names will be read-in
* from standard in. We do not expect to have any sources
* specified on the command line */
if(cpiostyle && source)
Expand Down

0 comments on commit a957a63

Please sign in to comment.