subtree: adjust function definitions to match CodingGuidelines
commitd7fd792e1b2cdf4c9584a224dead75ad716ae1d9
authorDavid Aguilar <davvid@gmail.com>
Thu, 28 Jul 2016 00:16:50 +0000 (27 17:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jul 2016 02:10:24 +0000 (27 19:10 -0700)
treeea82831f1f8a31f5d6d87eea214f804d8669af3f
parent6ae6a2331879626e127ab912e746931ea30a2166
subtree: adjust function definitions to match CodingGuidelines

We prefer a space between the function name and the parentheses, and no
space inside the parentheses.

The opening "{" should also be on the same line.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/git-subtree.sh