Index: patches.txt =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/tech/patches.txt,v retrieving revision 1.16 diff -u -r1.16 patches.txt --- patches.txt 22 Apr 2004 12:16:58 -0000 1.16 +++ patches.txt 30 Apr 2004 20:02:36 -0000 @@ -25,6 +25,11 @@ 4. Read your patch. We'll *refuse* it if it changes indentation of the code or if it does tab/space conversion or other cosmetical changes! + NOTE: If you alread wrote some code and did cosmetic changes, you can use + the 'diff -uwbBE' to help you remove them. Don't forget to check the patch + to make sure diff didn't ignore some important change and remove any + remaining cosmetics! + 5. Comment parts that really need it (tricky side-effects etc). Commenting trivial code not required. Comments must be English!