systemd/coccinelle/empty-or-dash.cocci

7 lines
120 B
Plaintext
Raw Normal View History

2023-04-12 17:00:04 +08:00
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2022-05-14 02:56:24 +08:00
@@
expression s;
@@
- (isempty(s) || streq(s, "-"))
+ empty_or_dash(s)