diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 12:47:20 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 12:47:20 +0000 |
commit | a64bc34952e6954b8231efff790a0c4ed7ebc952 (patch) | |
tree | 841ed009c3db84f8df9c6dd7ce452b427356276b /DOCS/tech | |
parent | 884ae3473e629cb05ec6f9e7bce684772bcc0458 (diff) |
update >5 line reindention rule to what is in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22610 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/new_policy_proposal.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/new_policy_proposal.txt b/DOCS/tech/new_policy_proposal.txt index fc67bffe94..73ed4dc0fb 100644 --- a/DOCS/tech/new_policy_proposal.txt +++ b/DOCS/tech/new_policy_proposal.txt @@ -136,8 +136,9 @@ Cosmetics 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 |