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)
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>
No differences found