]> wimlib.net Git - wimlib/blobdiff - src/ntfs-apply.c
More test cases and DOS names capture/apply fixes
[wimlib] / src / ntfs-apply.c
index 1a4cb7dd190594546d6406a39d72b6de14d2b60c..108418b3444c8020b0f2d5f65d7fc2a3a1237e7f 100644 (file)
@@ -352,7 +352,9 @@ static int preapply_dentry_with_dos_name(struct dentry *dentry,
                }
        }
        /* If there's a dentry with a DOS name, extract it first */
-       if (dentry_with_dos_name && !dentry_with_dos_name->extracted_file) {
+       if (dentry_with_dos_name
+           && !dentry_with_dos_name->extracted_file)
+       {
                char *p;
                const char *dir_name;
                char orig;