On Tue, Dec 27, 2016 at 1:43 PM, Robert Elz <k...@munnari.oz.au> wrote: > Date: Tue, 27 Dec 2016 10:52:17 +0530 > From: Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> > Message-ID: > <CAHwRYJnCSvd4q7+O2nAeGjXT8Gm=6wzxjlfi7cqx4xaibpp...@mail.gmail.com> > > | Yes, that makes sense for the %7lu, but what about the leading space > | in the first column? > > From posix: > > If both the field width and precision are omitted, the implementation > may precede, follow, or precede and follow numeric arguments of types > d, i, and u with <blank> characters; > > Since they specify just "%d" we can add whatever blanks we llike.
Ah, that clears it up. Thanks :-) - Abhinav