]> git.proxmox.com Git - mirror_lxc.git/blame - coccinelle/while-true.cocci
coccinelle: use standard exit identifiers
[mirror_lxc.git] / coccinelle / while-true.cocci
CommitLineData
51a8a74c
CB
1@@
2statement s;
3@@
4- while (true)
5+ for (;;)
6s
7@@
8statement s;
9@@
10- while (1)
11+ for (;;)
12s