]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/empty-or-dash.cocci
man: fix reference to sd_bus_add_fallback_vtable
[thirdparty/systemd.git] / coccinelle / empty-or-dash.cocci
CommitLineData
ca7410fe
LP
1@@
2expression s;
3@@
4- (isempty(s) || streq(s, "-"))
5+ empty_or_dash(s)