https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d6fab4158ed02a0bb13a09...
commit d6fab4158ed02a0bb13a092d0df7204744018641 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Sun Jan 7 15:07:22 2018 +0100
[FASTFAT] Improve code style in addition to 8294118174b28a10daec3f763d8b5ab64104d1fa. --- drivers/filesystems/fastfat/cleanup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/filesystems/fastfat/cleanup.c b/drivers/filesystems/fastfat/cleanup.c index abdeb0b0c6..0a12fd70f8 100644 --- a/drivers/filesystems/fastfat/cleanup.c +++ b/drivers/filesystems/fastfat/cleanup.c @@ -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); }