mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
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
This commit is contained in:
parent
2ced41082c
commit
7dcf9d45ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user