[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Jul 10 06:16:37 MDT 2010


The branch, master has been updated
       via  c6a6d88... README.Coding: fix typos
      from  1c2ff45... README.Coding: add examples for good and bad comments

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c6a6d884f98aead1f449bc94aee19c3069efca27
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jul 10 14:15:08 2010 +0200

    README.Coding: fix typos
    
    Thanks to Michael Wood <esiotrot at gmail.com> for the review.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 README.Coding |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/README.Coding b/README.Coding
index b1ac2fe..3ea9c78 100644
--- a/README.Coding
+++ b/README.Coding
@@ -94,11 +94,12 @@ Comments
 --------
 
 Comments should always use the standard C syntax.  C++
-style comments are not currently allowed. The lines before
-a comment should be empty. If the comment directly belongs
-to the following code, there should be no empty line after
-the comment. In case the comment contains a summary of
-mutliple following code blogs.
+style comments are not currently allowed.
+
+The lines before a comment should be empty. If the comment directly
+belongs to the following code, there should be no empty line
+after the comment, except if the comment contains a summary
+of multiple following code blocks.
 
 This is good:
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list