[FASTFAT] Improve code style in addition to 8294118174b28a10daec3f763d8b5ab64104d1fa.
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Sun, 7 Jan 2018 14:07:22 +0000 (15:07 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 7 Jan 2018 18:29:23 +0000 (19:29 +0100)
drivers/filesystems/fastfat/cleanup.c

index abdeb0b..0a12fd7 100644 (file)
@@ -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);
         }