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