mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Fixed bad indentations (cosmetic)
This commit is contained in:
parent
32587b485c
commit
fdefd8feba
@ -2215,7 +2215,7 @@ retry:
|
||||
} else
|
||||
written = ntfs_pwrite(vol->dev, wpos,
|
||||
to_write, b);
|
||||
}
|
||||
}
|
||||
} else
|
||||
written = to_write;
|
||||
/* If everything ok, update progress counters and continue. */
|
||||
|
@ -523,8 +523,7 @@ static int entersecurity_data(ntfs_volume *vol,
|
||||
*/
|
||||
res = ntfs_attr_shrink_size(vol->secure_ni,STREAM_SDS,
|
||||
4, offs - gap + ALIGN_SDS_BLOCK + fullsz);
|
||||
}
|
||||
else
|
||||
} else
|
||||
errno = ENOSPC;
|
||||
free(fullattr);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user