mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
3cc2aff1ab
Turn this: if ((r = foo()) < 0) { ... into this: r = foo(); if (r < 0) { ... |
||
---|---|---|
.. | ||
ask-password.c | ||
Makefile |