This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH v2] Fix space followed by tab.


On Thu, 6 Jun 2013, Ondrej Bilka wrote:

> On Thu, Jun 06, 2013 at 12:01:36PM +0000, Joseph S. Myers wrote:
> > On Thu, 6 Jun 2013, Ondrej Bilka wrote:
> > 
> > > Here is patch that fixes space followed by tab, generator attached
> > 
> > This patch removes form-feeds.  That's wrong; such form-feeds (on lines by 
> > themselves) conform to the GNU Coding Standards.
> > 
> > What I want for fixing space followed by tab is a patch that changes only 
> > lines that contain the <space><tab> sequence (without making any visible 
> > changes to those lines - just changing whitespace without changing the 
> > visible columns in which non-whitespace characters appear).
> > 
> > -- 
> > Joseph S. Myers
> > joseph@codesourcery.com
> Ok, v2 here.

Since this version really does just deal with the problematic <space><tab> 
sequences, I consider it obvious.

-- 
Joseph S. Myers
joseph@codesourcery.com


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