Sign in
third-party-mirror
/
systemd
/
2398d87694e8af48e92ff8fb5f9cf273f706fb00
/
.
/
coccinelle
/
empty-or-dash.cocci
blob: bebaead2ffe2248a2b441c67e118085047e50292 [
file
] [
log
] [
blame
]
@@
expression s
;
@@
-
(
isempty
(
s
)
||
streq
(
s
,
"-"
))
+
empty_or_dash
(
s
)