mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
Our CODING_STYLE suggests not comparing with NULL, but relying on C's downgrade-to-bool feature for that. Fix up some code to match these guidelines. (This is not comprehensive, the coccinelle output for this is unfortunately kinda borked)