From e1cc7a01bb4663b4aea307cf22368bb5568a9e46 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Nov 2009 14:32:23 +0100 Subject: [PATCH] CODING_STYLE: add missing - --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE b/CODING_STYLE index 1b8c8cf3c..b3828dc8f 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -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". -- 2.30.2