# HG changeset patch # User michael # Date 1173962840 0 # Node ID c3501315b4d0538de4b6a39b77349840c35068a7 # Parent e27b971ccae56c543840e8fda744bb98cb1c74e0 update >5 line reindention rule to what is in ffmpeg diff -r e27b971ccae5 -r c3501315b4d0 DOCS/tech/new_policy_proposal.txt --- a/DOCS/tech/new_policy_proposal.txt Thu Mar 15 12:45:04 2007 +0000 +++ b/DOCS/tech/new_policy_proposal.txt Thu Mar 15 12:47:20 2007 +0000 @@ -136,8 +136,9 @@ indentation changes (try to avoid this), separate them strictly from real changes. - 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)! + NOTE: If you had to put if()@{ .. @} over a large (> 5 lines) chunk of code, + then either do NOT change the indentation of the inner part within (don't + move it to the right)! or do so in a separate commit Commit log message