From d6fab4158ed02a0bb13a092d0df7204744018641 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Sun, 7 Jan 2018 15:07:22 +0100 Subject: [PATCH] [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 abdeb0b0c6c..0a12fd70f82 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); }