svn commit: trunk/uClibc: include libc/stdio

Denys Vlasenko vda.linux at googlemail.com
Tue Jun 3 12:29:31 UTC 2008


On Tuesday 03 June 2008 11:25, Bernd Schmidt wrote:
> vda at uclibc.org wrote:
> > -struct printf_info
> > -{
> > -  int prec;			/* Precision.  */
> > -  int width;			/* Width.  */
> > +struct printf_info {
> > +  int prec;                     /* Precision.  */
> > +  int width;                    /* Width.  */
> 
> Please stop mixing code changes with whitespace fixes in a single 
> commit.  If you must make whitespace changes (note that they are likely 
> to break out-of-tree patches for very little gain), commit them 
> separately so that functional changes are clearly visible when looking 
> at a patch.

Sorry. Will do that in the future.
--
vda



More information about the uClibc mailing list