mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
57255510c9
Another Coccinelle script.
13 lines
91 B
Plaintext
13 lines
91 B
Plaintext
@@
|
|
statement s;
|
|
@@
|
|
- while (true)
|
|
+ for (;;)
|
|
s
|
|
@@
|
|
statement s;
|
|
@@
|
|
- while (1)
|
|
+ for (;;)
|
|
s
|