LostWages: sending patches

Tom Wickline twickline at gmail.com
Sun Feb 12 07:04:07 CST 2006


Hello,

Tom

Changelog: add a note about tabs, spaces and indentation
-------------- next part --------------
Index: en/sending_patches.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/sending_patches.template,v
retrieving revision 1.14
diff -u -r1.14 sending_patches.template
--- en/sending_patches.template	26 Oct 2005 20:25:59 -0000	1.14
+++ en/sending_patches.template	12 Feb 2006 12:58:09 -0000
@@ -30,6 +30,8 @@
 
  <li>Avoid unnecessarily changing the formatting of the code.
 
+ <li>Don't mix tabs and spaces because it makes the diff output unreadable, use consistent indentation.
+
  <li>Use standard C, avoid C++ comments and inline variable declarations.
 
  <li>Read the diff and make sure it contains only what you want in it.



More information about the wine-patches mailing list