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