Skip to content

Commit

Permalink
Apply clang-format 18
Browse files Browse the repository at this point in the history
Summary: Previously this code conformed from clang-format 12.

Reviewed By: igorsugak

Differential Revision: D56065247

fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3
  • Loading branch information
zertosh authored and facebook-github-bot committed Apr 14, 2024
1 parent c734220 commit 8d0e02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watchman/watcher/win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ void WinWatcher::readChangesThread(const std::shared_ptr<Root>& root) {
if (notify->NextEntryOffset == 0) {
break;
}
notify =
(PFILE_NOTIFY_INFORMATION)(notify->NextEntryOffset + (char*)notify);
notify = (PFILE_NOTIFY_INFORMATION)(notify->NextEntryOffset +
(char*)notify);
}
}

Expand Down

0 comments on commit 8d0e02e

Please sign in to comment.