Skip to content

Commit 8c42e30

Browse files
committed
Merge branch 'phase1-watcher-refactor' of https://github.com/ZnPdCo/Project_LemonLime into phase1-watcher-refactor
2 parents e7fad03 + d9227bd commit 8c42e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/watcher_unix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ auto main(int argc, char *argv[]) -> int {
176176

177177
std::thread([=]() {
178178
std::this_thread::sleep_for(std::chrono::milliseconds(wallClockMs));
179-
if (!*done) {
179+
if (! *done) {
180180
*timedOut = true;
181181
#ifdef __linux__
182182
if (childPfd >= 0)

0 commit comments

Comments
 (0)