]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6439-merge-co-error-msgs.sh
t: fix whitespace around &&
authorAndrei Rybak <rybak.a.v@gmail.com>
Sun, 22 Mar 2020 21:14:22 +0000 (22:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Mar 2020 23:41:05 +0000 (16:41 -0700)
commit64d1022e14cafa211f84aab9e1a9f7aab8164855
tree8f681d1c99a8a9e088fb70cb1ea2bc6f15085cc6
parent9b966fffc26d378cc11bd3e924f979403ab174dc
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>
13 files changed:
t/t2402-worktree-list.sh
t/t3417-rebase-whitespace-fix.sh
t/t3700-add.sh
t/t3701-add-interactive.sh
t/t4057-diff-combined-paths.sh
t/t4150-am.sh
t/t5537-fetch-shallow.sh
t/t5604-clone-reference.sh
t/t7400-submodule-basic.sh
t/t7609-merge-co-error-msgs.sh
t/t9010-svn-fe.sh
t/t9500-gitweb-standalone-no-errors.sh
t/t9831-git-p4-triggers.sh