summaryrefslogtreecommitdiff
path: root/transport-helper.c
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-10-31 09:25:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-31 20:47:22 (GMT)
commit23cd01ec53abd9a814d6a565a1e40333ae785611 (patch)
treeada0733995a54d36520a17f472b35f35a8205b22 /transport-helper.c
parent57b15ead774ed2139d9ece494ef67f3f9fd5bbf2 (diff)
downloadgit-23cd01ec53abd9a814d6a565a1e40333ae785611.zip
git-23cd01ec53abd9a814d6a565a1e40333ae785611.tar.gz
git-23cd01ec53abd9a814d6a565a1e40333ae785611.tar.bz2
transport-helper: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'transport-helper.c')
-rw-r--r--transport-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transport-helper.c b/transport-helper.c
index b32e2d6..673b7c2 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -269,6 +269,7 @@ static const char *unsupported_options[] = {
TRANS_OPT_THIN,
TRANS_OPT_KEEP
};
+
static const char *boolean_options[] = {
TRANS_OPT_THIN,
TRANS_OPT_KEEP,