summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-23 21:56:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-23 21:56:22 +0000
commit7dcf9d45ed8b5ac19314f1755fc728d8f6fb3b46 (patch)
treecee516799ef74440c96d5b06287d840ce6b3a040 /DOCS
parent2ced41082c0bc3135063c2e0ef5ac8ea2837bbc0 (diff)
downloadmpv-7dcf9d45ed8b5ac19314f1755fc728d8f6fb3b46.tar.bz2
mpv-7dcf9d45ed8b5ac19314f1755fc728d8f6fb3b46.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31200 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/svn-howto.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 40dd4146f0..36a4a6b25c 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -265,9 +265,6 @@ II. POLICY / RULES:
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