[PATCH 1/6] Reformat libio files
Joseph S. Myers
joseph@codesourcery.com
Mon Jun 3 15:57:00 GMT 2013
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
More information about the Libc-alpha
mailing list