[wiki] [sites] Fix coding style statement about single statements || Quentin Rameau

From: <git_AT_suckless.org>
Date: Wed, 23 May 2018 00:39:09 +0200

commit 9cdf6dc880d249b4e41711f7a84e4e96ee158d7a
Author: Quentin Rameau <quinq_AT_fifth.space>
Date: Wed May 23 00:38:19 2018 +0200

    Fix coding style statement about single statements
    
    No 7c5bcc9, that wasn't a typo.

diff --git a/suckless.org/coding_style/index.md b/suckless.org/coding_style/index.md
index d9213a86..048e5c15 100644
--- a/suckless.org/coding_style/index.md
+++ b/suckless.org/coding_style/index.md
_AT_@ -43,7 +43,7 @@ Blocks
 * All variable declarations at top of block
 * `{` on same line preceded by single space (except functions)
 * `}` on own line unless continuing statement (`if else`, `do while`, ...)
-* Use block for single statement ifs
+* Use block for single statement iff
         * Inner statement needs a block
 
                         for (;;) {
Received on Wed May 23 2018 - 00:39:09 CEST

This archive was generated by hypermail 2.3.0 : Wed May 23 2018 - 00:48:22 CEST