This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: whitespace fixes


Mike Stump writes:
 > I have some small changes to whitespacing that I'm thinking of  
 > dropping into the tree.  Roughly speaking, deleting trailing  
 > whitespace and canonicalizing leading spaces into tabs and continued  
 > tabbing mid line, if there was already at least one tab.
 > 
 > I'd like to check them in soon as obvious, but due to the timing and  
 > size, thought I should give a heads up here first.  Scream if you  
 > have any concerns.
 > 
 > Brief stats:
 > 
 >      4,781 files
 >      272,699 lines of diffs

Please don't do this.  Apart from anything else it'll mean we have to
use "diff -b" forever, and it'll lead to a ton of spurious
differences when doing merges.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]