sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 738e94cbb317298cdb66b40b226346cf429fda60
parent 825a4a52bec797f700eb4b3b1389a5e57e9f0766
Author: Simon Branch <simonmbranch@gmail.com>
Date:   Mon, 26 Oct 2020 08:26:05 -0700

[suckless.org] Fix mistake in coding style

Diffstat:
Msuckless.org/coding_style/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/suckless.org/coding_style/index.md b/suckless.org/coding_style/index.md @@ -60,7 +60,7 @@ Use block for single statement if inner statement needs a block. } } -Use another branch of the same statement needs a block: +Use block if another branch of the same statement needs a block: if (foo) { bar;