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