]> git.ipfire.org Git - thirdparty/git.git/commit
strbuf: miniscule style fix
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jan 2016 23:10:45 +0000 (15:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2016 23:05:55 +0000 (15:05 -0800)
commitdce80bd18cae17b2d5645e3a9c40e76f905fd643
treeb6dc363fb118a65c4174fe429fbc307513dd920b
parent754884255bb580df159e58defa81cdd30b5c430c
strbuf: miniscule style fix

We write one SP on each side of an operator, even inside an [] pair
that computes the array index.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.c