Skip to content

Commit a957a63

Browse files
committed
mksquashfs: fix whitespace style
Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
1 parent 3efe69a commit a957a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

squashfs-tools/mksquashfs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ static long long write_inodes()
806806
}
807807

808808
start_bytes = get_and_inc_pos(inode_bytes);
809-
write_destination(fd, start_bytes, inode_bytes, inode_table);
809+
write_destination(fd, start_bytes, inode_bytes, inode_table);
810810

811811
return start_bytes;
812812
}
@@ -8146,7 +8146,7 @@ int main(int argc, char *argv[])
81468146

81478147
check_source_date_epoch();
81488148

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

0 commit comments

Comments
 (0)