? coding-standards-spacing-change.patch
Index: CODING_STANDARDS.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/CODING_STANDARDS.html,v
retrieving revision 1.14
diff -u -p -r1.14 CODING_STANDARDS.html
--- CODING_STANDARDS.html	19 Feb 2008 03:36:41 -0000	1.14
+++ CODING_STANDARDS.html	20 Dec 2008 18:44:56 -0000
@@ -119,9 +119,10 @@ $form['title'] = array(
   it before you forget how it works.</p>
   
   <p>Non-documentation comments should use capitalized sentences with punctuation.
-  All caps are used in comments only when referencing constants, e.g.,
-  <code>TRUE</code>. Comments should be on a separate line immediately before
-  the code line or block they reference. For example:</p>
+  Sentences should be separated by single spaces. All caps are used in comments
+  only when referencing constants, e.g., <code>TRUE</code>. Comments should be on
+  a separate line immediately before the code line or block they reference.
+  For example:</p>
 
   <pre>
 // Unselect all other contact categories.
