# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1380204322 14400 # Node ID cdeadf62663f3b327a0a7b08c916ca167e516351 # Parent 96cf8ee3440e7c10c09e3410362ddad3b1d927e0 doc: Fix recommendation on where to put spaces around parens diff --git a/doc/interpreter/contrib.txi b/doc/interpreter/contrib.txi --- a/doc/interpreter/contrib.txi +++ b/doc/interpreter/contrib.txi @@ -355,7 +355,7 @@ @noindent The function name should start in column 1, and multi-line argument lists should be aligned on the first char after the open parenthesis. -You should put a space after the left open parenthesis and after commas, +You should put a space before the left open parenthesis and after commas, for both function definitions and function calls. Recommended indent is 2 spaces. When indenting, indent the statement