]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/empty-or-dash.cocci
random-seed: reduce scope of variable
[thirdparty/systemd.git] / coccinelle / empty-or-dash.cocci
1 @@
2 expression s;
3 @@
4 - (isempty(s) || streq(s, "-"))
5 + empty_or_dash(s)