From: Stefano Lattarini Date: Sun, 9 Dec 2012 10:36:17 +0000 (+0100) Subject: Makefile: whitespace style fixes in macro definitions X-Git-Tag: v1.8.1-rc2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dd6fc7ca91f79f9cee70943e64c4a4d4569ca4dd?hp=dd6fc7ca91f79f9cee70943e64c4a4d4569ca4dd Makefile: whitespace style fixes in macro definitions 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 Signed-off-by: Junio C Hamano ---