mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +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
|
@ -750,7 +750,7 @@ Ext2SetFileInformation (IN PEXT2_IRP_CONTEXT IrpContext)
|
|||
|
||||
if (AllocationSize.QuadPart > Fcb->Header.AllocationSize.QuadPart) {
|
||||
|
||||
Status = Ext2ExpandFile(IrpContext, Vcb, Mcb, &AllocationSize);
|
||||
Status = Ext2ExpandFile(IrpContext, Vcb, Mcb, &AllocationSize);
|
||||
Fcb->Header.AllocationSize = AllocationSize;
|
||||
NotifyFilter = FILE_NOTIFY_CHANGE_SIZE;
|
||||
SetLongFlag(Fcb->Flags, FCB_ALLOC_IN_SETINFO);
|
||||
|
@ -1169,7 +1169,7 @@ Ext2ExpandFile(
|
|||
return STATUS_INVALID_DEVICE_REQUEST;
|
||||
}
|
||||
|
||||
/* expandind file extents */
|
||||
/* expandind file extents */
|
||||
if (INODE_HAS_EXTENT(&Mcb->Inode)) {
|
||||
|
||||
status = Ext2ExpandExtent(IrpContext, Vcb, Mcb, Start, End, Size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue