]> git.ipfire.org Git - thirdparty/git.git/commit - config.mak.in
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)
commitdd6fc7ca91f79f9cee70943e64c4a4d4569ca4dd
treef77ff072c1d8a5180be96340eccf24d497326c92
parent816f290752cb43c88e31ea1a9e06ec84d559add3
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>
Makefile
config.mak.in
t/Makefile