t: fix whitespace around &&

Add missing spaces before '&&' and switch tabs around '&&' to spaces.

These issues were found using `git grep '[^ ]&&$'` and
`git grep -P '&&\t'`.

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrei Rybak 2021-06-07 15:13:20 +02:00 committed by Junio C Hamano
parent ebf3c04b26
commit 52ff891c03
7 changed files with 8 additions and 8 deletions