Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
1f42da2b6f5605e85907e6a6d6f3951580ccbe80
1f42da2b6f5605e85907e6a6d6f3951580ccbe80
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;