Whitespace cleanup
This commit is contained in:
@@ -921,7 +921,6 @@ static void ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *sec_desc,
|
|||||||
le16_to_cpu(sec_desc->control));
|
le16_to_cpu(sec_desc->control));
|
||||||
|
|
||||||
if (~sec_desc->control & SE_SELF_RELATIVE) {
|
if (~sec_desc->control & SE_SELF_RELATIVE) {
|
||||||
|
|
||||||
SECURITY_DESCRIPTOR *sd = (SECURITY_DESCRIPTOR *)sec_desc;
|
SECURITY_DESCRIPTOR *sd = (SECURITY_DESCRIPTOR *)sec_desc;
|
||||||
|
|
||||||
printf("%s\tOwner SID pointer:\t %p\n", indent, sd->owner);
|
printf("%s\tOwner SID pointer:\t %p\n", indent, sd->owner);
|
||||||
@@ -2102,7 +2101,6 @@ static void ntfs_dump_file_attributes(ntfs_inode *inode)
|
|||||||
see ntfs_attr_lookup documentation for detailed explanation */
|
see ntfs_attr_lookup documentation for detailed explanation */
|
||||||
ctx = ntfs_attr_get_search_ctx(inode, NULL);
|
ctx = ntfs_attr_get_search_ctx(inode, NULL);
|
||||||
while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
|
while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
|
||||||
|
|
||||||
if (ctx->attr->type == AT_END || ctx->attr->type == AT_UNUSED) {
|
if (ctx->attr->type == AT_END || ctx->attr->type == AT_UNUSED) {
|
||||||
printf("Weird: %s attribute type was found, please "
|
printf("Weird: %s attribute type was found, please "
|
||||||
"report this.\n",
|
"report this.\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user