t4014: remove spaces after redirect operators
commit92014b69bb1aa781605295e0e0d3d886368bb7a3
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:05:00 +0000 (27 00:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (5 12:58 -0700)
tree969d4ed966e930820a0dc7b7829db1c004b74ba2
parent0ab74e979cea85d9f86bd8765baf064a4e8308fa
t4014: remove spaces after redirect operators

For shell scripts, the usual convention is for there to be no space
after redirection operators, (e.g. `>file`, not `> file`). Remove these
spaces wherever they appear.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh