Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
f5d091c916f81fa150ca2ca2ddd8dd79b517ca5c
f5d091c916f81fa150ca2ca2ddd8dd79b517ca5c
coccinelle
empty-to-null.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ expression s; @@ - isempty(s) ? NULL : s + empty_to_null(s)