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