commit | dd6fc7ca91f79f9cee70943e64c4a4d4569ca4dd | [log] [tgz] |
---|---|---|
author | Stefano Lattarini <stefano.lattarini@gmail.com> | Sun Dec 09 11:36:17 2012 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Dec 10 08:35:56 2012 -0800 |
tree | f77ff072c1d8a5180be96340eccf24d497326c92 | |
parent | 816f290752cb43c88e31ea1a9e06ec84d559add3 [diff] |
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 <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>