]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/empty-or-dash.cocci
Merge pull request #33079 from poettering/watchdog-no-disarm
[thirdparty/systemd.git] / coccinelle / empty-or-dash.cocci
CommitLineData
64b92d63 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
ca7410fe
LP
2@@
3expression s;
4@@
5- (isempty(s) || streq(s, "-"))
6+ empty_or_dash(s)