On Mon, Apr 24, 2017 at 10:14:36AM +1000, Daniel Cousens wrote: > Indeed, � apologies for the style issues. > The argument could probably be const too. > > On 24 Apr. 2017 04:32, "Laslo Hunhold" <[1][email protected]> wrote: > > On Sun, 23 Apr 2017 20:14:01 +0200 > Hiltjo Posthuma <[2][email protected]> wrote: > Hey Hiltjo, > wouldn't it also be better to remove the space between function name > and list of arguments? The current patch is inconsistent with the > dwm-style. > > > +int canarrange (Monitor* m) { > --> > > > +int > > > +canarrange(Monitor* m) > With best regards > Laslo > -- > Laslo Hunhold <[3][email protected]> > > References > > 1. mailto:[email protected] > 2. mailto:[email protected] > 3. mailto:[email protected]
Don't make it const, but agree with the rest. -- Kind regards, Hiltjo
