mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FASTFAT] Improve code style in addition to 8294118174
.
This commit is contained in:
parent
79d392c53c
commit
d6fab4158e
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ VfatCleanupFile(
|
|||
|
||||
vfatReportChange(DeviceExt,
|
||||
pFcb,
|
||||
vfatFCBIsDirectory(pFcb) ?
|
||||
FILE_NOTIFY_CHANGE_DIR_NAME : FILE_NOTIFY_CHANGE_FILE_NAME,
|
||||
(vfatFCBIsDirectory(pFcb) ?
|
||||
FILE_NOTIFY_CHANGE_DIR_NAME : FILE_NOTIFY_CHANGE_FILE_NAME),
|
||||
FILE_ACTION_REMOVED);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue