Makefile: whitespace style fixes in macro definitions
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 9 Dec 2012 10:36:17 +0000 (11:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Dec 2012 16:35:56 +0000 (08:35 -0800)
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 <stefano.lattarini@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found