diff --git a/watchman/watcher/win32.cpp b/watchman/watcher/win32.cpp index 7edf8593c23f..e586b7aa6ee6 100644 --- a/watchman/watcher/win32.cpp +++ b/watchman/watcher/win32.cpp @@ -298,8 +298,8 @@ void WinWatcher::readChangesThread(const std::shared_ptr& root) { if (notify->NextEntryOffset == 0) { break; } - notify = - (PFILE_NOTIFY_INFORMATION)(notify->NextEntryOffset + (char*)notify); + notify = (PFILE_NOTIFY_INFORMATION)(notify->NextEntryOffset + + (char*)notify); } }