Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
4168f0ff058c7cb184003c50b034de0564950c1d
4168f0ff058c7cb184003c50b034de0564950c1d
coccinelle
bool-cast.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ bool b; expression y; @@ - b = !!(y); + b = y; @@ bool b; expression y; @@ - b = !!y; + b = y;