t2018: add space between function name and ()
commit7ffb54618be9c44ff3213f660fca0a487893ef9a
authorDenton Liu <liu.denton@gmail.com>
Tue, 7 Jan 2020 04:52:59 +0000 (6 23:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jan 2020 20:23:32 +0000 (7 12:23 -0800)
tree73ee6119bc0c77707bfc06b7feb3e5dfd9db0c26
parentf1842ff5314a3bbd22232663a4eeadfedd10f05f
t2018: add space between function name and ()

Add a space between the function name and () which brings the style in
line with Git's coding guidelines.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2018-checkout-branch.sh