repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
coccinelle
/
empty-or-dash.cocci
blob
56246affaa0dee1b2e18da1ae1fe8a14bd8faa7b
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
@@
3
expression s;
4
@@
5
- (isempty(s) || streq(s, "-"))
6
+ empty_or_dash(s)