mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
CODING_STYLE: add missing -
This commit is contained in:
parent
6091827530
commit
e1cc7a01bb
@ -11,6 +11,6 @@
|
||||
- for robustness reasons destructors should be able to destruct
|
||||
half-initialized objects, too
|
||||
|
||||
- error codes are returned as negative Exxx. i.e. return EINVAL. There
|
||||
- error codes are returned as negative Exxx. i.e. return -EINVAL. There
|
||||
are some exceptions: for constructors its is OK to return NULL on
|
||||
OOM. For lookup functions NULL is fine too for "not found".
|
||||
|
Loading…
Reference in New Issue
Block a user