Author: chromatic
Date: Fri Nov 17 11:13:12 2006
New Revision: 15633

Modified:
   trunk/docs/pdds/pdd07_codingstd.pod

Changes in other areas also in this revision:
Modified:
   trunk/   (props changed)

Log:
[PDD] Removed further ambiguity from keyword/function and parenthesis spacing.


Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Fri Nov 17 11:13:12 2006
@@ -150,11 +150,10 @@
 
 =item *
 
-There should be one space between C keywords and following open parenthesis,
-e.g. C<return (x+y)*2>.
-
-There should be no space between function names and following open parenthesis,
-e.g. C<z = foo(x+y)*2>
+To distinguish keywords from function calls visually, there should be at least
+one space between a C keyword and any subsequent open parenthesis, e.g.
+C<return (x+y)*2>.  There should be no space between a function name and the
+following open parenthesis, e.g. C<z = foo(x+y)*2>
 
 =item *
 

Reply via email to