svn commit: trunk/uClibc/libc/stdio

Brent Cook bcook at bpointsys.com
Tue Nov 22 14:39:32 UTC 2005


On Tuesday 22 November 2005 01:01, Peter S. Mazinger wrote:
> On Mon, 21 Nov 2005 vapier at uclibc.org wrote:
> > Author: vapier
> > Date: 2005-11-21 15:58:21 -0800 (Mon, 21 Nov 2005)
> > New Revision: 12469
> >
> > Log:
> > tabs -> spaces
> >
> >  #define __DO_LARGEFILE
> >  #define fsetpos	fsetpos64
> > -#define fpos_t		fpos64_t
> > -#define fseek		fseeko64
> > +#define fpos_t        fpos64_t
> > +#define fseek         fseeko64
> >  #include "fsetpos.c"
>
> may I ask why are spaces better then tabs ?
>
> Peter

Asthetics. Use spaces when doing formatting that depends on absolute-sizes to 
look right. In this case, it appears to be used to align the right side of 
the defines on a character level, which may or may not align correctly 
depending on tab-width if tabs were used. Anyway, disk space is cheap ;)



More information about the uClibc mailing list