t: fix whitespace around &&

Add missing spaces before '&&' and switch tabs around '&&' to spaces.
Also fix the space after redirection operator in t3701 while we're here.

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

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Andrei Rybak 2020-03-22 22:14:22 +01:00 committed by Junio C Hamano
parent 9b966fffc2
commit 64d1022e14
13 changed files with 16 additions and 16 deletions