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