Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-15 Thread Laszlo Ersek
On 08/12/17 12:13, Leif Lindholm wrote: > On Fri, Aug 11, 2017 at 01:45:12PM -0700, Jordan Justen wrote: >>> +Use this line breaking style especially if it saves a format string or >>> complex >>> +argument from being split, or when commenting on individual arguments. >>> + >>> +# 5.2.2.4.2

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-12 Thread Leif Lindholm
On Fri, Aug 11, 2017 at 01:45:12PM -0700, Jordan Justen wrote: > > +Use this line breaking style especially if it saves a format string or > > complex > > +argument from being split, or when commenting on individual arguments. > > + > > +# 5.2.2.4.2 The "condensed arguments" style > > + > >

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-11 Thread Jordan Justen
.com>; Leif > > Lindholm <leif.lindh...@linaro.org>; Ard Biesheuvel > > <ard.biesheu...@linaro.org> > > Subject: Re: [edk2] [edk2-CCodingStandardsSpecification PATCH > > 2/2] Source Files / Spacing / Multi-line func. calls: allow > > condensed arguments >

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-11 Thread Andrew Fish
> On Aug 11, 2017, at 1:45 PM, Jordan Justen wrote: > > On 2017-08-11 09:48:51, Laszlo Ersek wrote: >> The "one argument per line" style as the sole possibility takes up too >> much vertical space, wastes perfectly good horizontal space, and causes a >> constant

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-11 Thread Kinney, Michael D
; To: Laszlo Ersek <ler...@redhat.com>; edk2-devel-01 de...@lists.01.org> > Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Leif > Lindholm <leif.lindh...@linaro.org>; Ard Biesheuvel > <ard.biesheu...@linaro.org> > Subject: Re: [edk2] [edk2-CCodingStandar

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-11 Thread Jordan Justen
On 2017-08-11 09:48:51, Laszlo Ersek wrote: > The "one argument per line" style as the sole possibility takes up too > much vertical space, wastes perfectly good horizontal space, and causes a > constant jump-to-the-left eye movement for the reader. > > Now that we have limited the line length to