mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:42:14 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -686,7 +686,7 @@ Ext2LoadBlock (IN PEXT2_VCB Vcb,
|
|||
fini_bh(&bh);
|
||||
} _SEH2_END;
|
||||
|
||||
return rc;
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1352,7 +1352,7 @@ repeat:
|
|||
}
|
||||
|
||||
if ((gd->bg_flags & cpu_to_le16(EXT4_BG_INODE_UNINIT)) ||
|
||||
(ext4_used_dirs_count(sb, gd) << 8 <
|
||||
(ext4_used_dirs_count(sb, gd) << 8 <
|
||||
ext4_free_inodes_count(sb, gd)) ) {
|
||||
Group = i + 1;
|
||||
break;
|
||||
|
@ -1437,7 +1437,7 @@ repeat:
|
|||
|
||||
/* this group is 100% cocucpied */
|
||||
fini_bh(&gb);
|
||||
|
||||
|
||||
i = GroupHint;
|
||||
|
||||
/*
|
||||
|
@ -1461,7 +1461,7 @@ repeat:
|
|||
break;
|
||||
}
|
||||
|
||||
fini_bh(&gb);
|
||||
fini_bh(&gb);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -892,7 +892,7 @@ Ext2MapIndirect(
|
|||
}
|
||||
}
|
||||
|
||||
if (Layer == 0)
|
||||
if (Layer == 0)
|
||||
dwArray = Vcb->max_blocks_per_layer[Layer] - Index;
|
||||
else
|
||||
dwArray = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue