1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00
systemd/coccinelle/empty-or-dash.cocci

6 lines
71 B
Plaintext
Raw Permalink Normal View History

@@
expression s;
@@
- (isempty(s) || streq(s, "-"))
+ empty_or_dash(s)