Skip to content

Commit

Permalink
Get rid of some trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Jun 19, 2010
1 parent 3be1d9b commit 9541770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static void show_malloc_stats(void);
pid_t wait_process(pid_t pid, int *status_ptr, int flags)
{
pid_t waited_pid;

do {
waited_pid = waitpid(pid, status_ptr, flags);
} while (waited_pid == -1 && errno == EINTR);
Expand Down

0 comments on commit 9541770

Please sign in to comment.