Whitespace cleanup

This commit is contained in:
uvman
2006-10-27 12:24:29 +00:00
parent 880529ee5a
commit ff55ecb513
16 changed files with 346 additions and 348 deletions

View File

@@ -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",