aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2013-01-07 00:10:18 +0000
committerPhillip Lougher <phillip@squashfs.org.uk>2013-01-07 00:10:18 +0000
commiteabbc2f42d961b2d36fb84826acb6e6e70323639 (patch)
tree664ea8f5e26be5181b9ffc531bd1015107e9eead /squashfs-tools
parent89dd9158ddbc17afb88715a84ed25d4166c55bb3 (diff)
downloadsquashfs-tools-eabbc2f42d961b2d36fb84826acb6e6e70323639.tar.gz
mksquashfs: Wrap line longer than 80 chars
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'squashfs-tools')
-rw-r--r--squashfs-tools/mksquashfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
index 27d9de7..43b07b7 100644
--- a/squashfs-tools/mksquashfs.c
+++ b/squashfs-tools/mksquashfs.c
@@ -3719,8 +3719,8 @@ struct dir_info *dir_scan1(char *filename, char *subpath,
if((old_exclude && old_excluded(filename, &buf)) ||
excluded(paths, dir_name, &new) ||
- eval_exclude_actions(dir_name, filename, subpath,
- &buf, depth)) {
+ eval_exclude_actions(dir_name, filename,
+ subpath, &buf, depth)) {
add_excluded(dir);
free_dir_entry(dir_ent);
continue;