From ce4801c42b7ca0bedd57c2d76bc6e2658fe15060 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Oct 2023 10:41:49 +0200 Subject: [PATCH] doc: readd vanished ``` This disappeared in 1e8f5f79e1b6ae2b4115df280c626b71c54a5bb6, let's restore it. --- docs/CODING_STYLE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index fcf787d372..0e76122734 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -132,6 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later if (r < 0) return log_error_errno(r, "Some function failed: %m"); /* → empty line here is good */ + ``` - In shell scripts, do not use whitespace after the redirection operator (`>some/file` instead of `> some/file`, `<