t: fix whitespace around &&
commit52ff891c034d625cd3e5f17f75ced42c8dde3438
authorAndrei Rybak <rybak.a.v@gmail.com>
Mon, 7 Jun 2021 13:13:20 +0000 (7 15:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jun 2021 01:08:01 +0000 (8 10:08 +0900)
treec1cc6c6cf727db5d744a170e88e00ee5d38eb924
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
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>
contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
t/t1092-sparse-checkout-compatibility.sh
t/t3920-crlf-messages.sh
t/t4203-mailmap.sh
t/t4205-log-pretty-formats.sh
t/t7800-difftool.sh