1
1
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:
Lennart Poettering 2009-11-18 14:32:23 +01:00
parent 6091827530
commit e1cc7a01bb

View File

@ -11,6 +11,6 @@
- for robustness reasons destructors should be able to destruct - for robustness reasons destructors should be able to destruct
half-initialized objects, too 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 are some exceptions: for constructors its is OK to return NULL on
OOM. For lookup functions NULL is fine too for "not found". OOM. For lookup functions NULL is fine too for "not found".