From: Junio C Hamano Date: Wed, 13 Jan 2016 23:10:45 +0000 (-0800) Subject: strbuf: miniscule style fix X-Git-Tag: v2.8.0-rc0~91^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dce80bd18cae17b2d5645e3a9c40e76f905fd643?hp=dce80bd18cae17b2d5645e3a9c40e76f905fd643 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 ---