Skip to content

Commit d9227bd

Browse files
committed
style: format codes
1 parent 7da06b2 commit d9227bd

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
@@ -174,7 +174,7 @@ auto main(int argc, char *argv[]) -> int {
174174

175175
std::thread([=]() {
176176
std::this_thread::sleep_for(std::chrono::milliseconds(wallClockMs));
177-
if (!*done) {
177+
if (! *done) {
178178
*timedOut = true;
179179
#ifdef __linux__
180180
if (childPfd >= 0)

0 commit comments

Comments
 (0)