Skip to content

Commit bae9009

Browse files
committed
fix indent
1 parent 487ede6 commit bae9009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signals/sigqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ main(int argc, char **argv)
7171
* We should block SIGINT in the parent and unblock it in the
7272
* child only after the handler is set otherwise the signal will
7373
* terminate the child before it can setup the handler.
74-
* Use sleep as a crude way to avoid this.
74+
* Use sleep as a crude way to avoid this.
7575
*/
7676
printf("%d sleeping 1 second\n", getpid());
7777
sleep(1);

0 commit comments

Comments
 (0)