From 115b54fb9702146f99f91f26cd2b536be827d2dc Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 20 Apr 2022 14:39:57 +0100 Subject: [PATCH] CONTRIBUTING: Explicitly allow mixed declarations & code Let's see how it goes. Signed-off-by: Daniel Stone --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ea351f0..69adab1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,8 +139,9 @@ try to follow the rules below. - no braces in an if-body with just one statement; - if one of the branches of an if-else condition has braces, then the other branch should also have braces; -- there is always an empty line between variable declarations and the - code; +- there is always an empty line between initial variable declarations and + the code; +- variable declarations may be interspersed with code ```c static int