From: Simon Schricker Date: Tue, 30 Jul 2019 06:00:21 +0000 (+0200) Subject: docs: fix typo X-Git-Tag: v243-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1b928109fb390f6cb478d14460c7e117bcef06;p=thirdparty%2Fsystemd.git docs: fix typo --- diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index bf7ba3ea69c..3b9b5e6c46d 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -236,7 +236,7 @@ title: Coding Style p = foobar_unref(p); ``` - which will always work regardless if `p` is initialized or not,x and + which will always work regardless if `p` is initialized or not, and guarantees that `p` is `NULL` afterwards, all in just one line. ## Error Handling