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