>> How many files have a problem? I analyzed the code base from yesterday (r1158848) using a tool on win2k8. Please see: http://people.apache.org/~chug/qpid-purity-r1158848.html
The tool points out: 1. File name 2. Line ending: DOS, UNIX, both, or none 3. TAB and FormFeed presence 4. Trailing Whitespace (where white is SPACE or TAB) 5. BOM byte order marks (a new twist to my ascii scans) 6. Other anomalies: Copyright symbol 0xA9, "Bit8" with 0x80 set, DEL 0x7F characters, CR w/no LF The tool ran on all files, even raw binaries like zip, png, jar. Ignore the noise from those. I'm surprised at the number of DOS-line-ending-only files. Is that on account of the windows checkout? In a lot of files the only trailing white space is in the Apache header! Regards, Chuck ----- Original Message ----- > From: "Jonathan Robie" <[email protected]> > To: [email protected] > Sent: Monday, January 31, 2011 3:36:58 PM > Subject: Zap trailing whitespace? > I'd like to zap trailing whitespace from the source files in our SVN > repo. > > Does anyone object to me doing this? Do we agree that source files > should not have trailing whitespace? > > Are there any timing issues? Is there a best time to do this? > > Jonathan > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
