changeset 31143:48622875aecc

Remove ambiguous language about indenting if-blocks. The previous version could possibly be misread in a way that forbids reindenting if-blocks. The intended meaning, that whitespace changes should be separated from other changes, is already implied from what is written above that paragraph.
author diego
date Sun, 23 May 2010 21:56:22 +0000
parents 355302f83219
children c2d5a1f6360b
files DOCS/tech/svn-howto.txt
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/svn-howto.txt	Sun May 23 21:53:48 2010 +0000
+++ b/DOCS/tech/svn-howto.txt	Sun May 23 21:56:22 2010 +0000
@@ -265,9 +265,6 @@
    similar) with functional changes in a single commit. Instead, commit such
    changes as a separate commit of their own.
 
-   NOTE: If you had to put if(){ .. } over a large (> 5 lines) chunk of code,
-   do NOT change the indentation of the inner part (don't move it to the right)!
-
 
 7. Always fill out the commit log message. Describe in a few lines what you
    changed and why. You can refer to mailing list postings if you fix a