]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/while-true.cocci
man: fix link markup
[thirdparty/systemd.git] / coccinelle / while-true.cocci
1 @@
2 statement s;
3 @@
4 - while (true)
5 + for (;;)
6 s
7 @@
8 statement s;
9 @@
10 - while (1)
11 + for (;;)
12 s