[svn-commits] russell: branch 1.6.2 r207930 - in /branches/1.6.2: ./ doc/CODING-GUIDELINES

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 21 17:23:48 CDT 2009


Author: russell
Date: Tue Jul 21 17:23:45 2009
New Revision: 207930

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207930
Log:
Merged revisions 207925 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r207925 | russell | 2009-07-21 17:22:18 -0500 (Tue, 21 Jul 2009) | 4 lines
  
  Note that we use tabs instead of spaces for indentation.
  
  I'm surprised this was never actually in here...
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/doc/CODING-GUIDELINES

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/doc/CODING-GUIDELINES
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/doc/CODING-GUIDELINES?view=diff&rev=207930&r1=207929&r2=207930
==============================================================================
--- branches/1.6.2/doc/CODING-GUIDELINES (original)
+++ branches/1.6.2/doc/CODING-GUIDELINES Tue Jul 21 17:23:45 2009
@@ -40,6 +40,8 @@
 
 * General rules
 ---------------
+
+- Indent code using tabs, not spaces.
 
 - All code, filenames, function names and comments must be in ENGLISH.
 




More information about the svn-commits mailing list