[PATCH] Makefile: whitespace style fixes in macro definitions

2012-12-09 Thread Stefano Lattarini
Consistently use a single space before and after the "=" (or ":=", "+=", etc.) in assignments to make macros. Granted, this was not a big deal, but I did find the needless inconsistency quite distracting. Signed-off-by: Stefano Lattarini --- Makefile | 56 --

Re: [PATCH] Makefile: whitespace style fixes in macro definitions

2012-12-10 Thread Junio C Hamano
Stefano Lattarini writes: > Consistently use a single space before and after the "=" (or ":=", "+=", > etc.) in assignments to make macros. Granted, this was not a big deal, > but I did find the needless inconsistency quite distracting. > > Signed-off-by: Stefano Lattarini > --- Makes sense to