Skip to content

Commit

Permalink
Fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed May 2, 2024
1 parent 2204ddd commit 9cda58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/process.d
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ private Pid spawnProcessPosix(scope const(char[])[] args,
int opendirfd = dirfd(dir);

// Iterate over all file descriptors
while(true)
while (true)
{
dirent* entry = readdir(dir);

Expand Down

0 comments on commit 9cda58c

Please sign in to comment.