From 12c0f0c478af25ba0c1c2655ef943f91504b29f8 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 5 Aug 2004 00:15:21 +0000 Subject: [PATCH] update --- HACKING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index a4808d3b..00af80e1 100644 --- a/HACKING +++ b/HACKING @@ -34,7 +34,8 @@ Coding Style } - Put SPACES before the opening round bracket and after the closing round - bracket. One more time, it improves the readability of the code. + bracket with ``if``, ``for``, ``switch``, ``while``, etc. One more time, + it improves the readability of the code. Examples: BAD: