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 1/6] Reformat libio files


On Sat, 1 Jun 2013, Ondrej Bilka wrote:

> This prelimitary patch does consistent formating of files that I will change.
> 
> Most changes are according to style and it should be relatively 
> uncontroversional.

This patch appears to be replacing leading TABs by spaces.  Indentation 
standard in glibc is zero or more TABs (each counting for eight columns) 
followed by zero to seven spaces.  (git hooks will object if the 
whitespace is so messed up as to have a space followed by a TAB, but not 
if the indentation is entirely using spaces when it should have some 
TABs.)

-- 
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]