From 3c9d592d8b842aa6ab7754c91caccfd1c9c02091 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 15 Feb 2023 14:19:56 +0100 Subject: [PATCH] Code style fix --- Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp b/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp index a695d9d3c..2f1f1219c 100644 --- a/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp +++ b/Source/Engine/Platform/Linux/LinuxFileSystemWatcher.cpp @@ -101,7 +101,7 @@ namespace FileSystemWatchers { } else - { + { GetRootWatcher(event->wd)->OnEvent(name, FileSystemAction::Modify); } }