summaryrefslogtreecommitdiff
path: root/connect.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2017-11-20 22:04:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-21 05:01:03 (GMT)
commit233cd282ad71e667082bae45b3a73e947daa158b (patch)
treea35db4c14a155feff403bd6cd164bc6435df3f1c /connect.c
parent3fa5e0d07a979dfd1a1095a9dda4904c62189e00 (diff)
downloadgit-233cd282ad71e667082bae45b3a73e947daa158b.zip
git-233cd282ad71e667082bae45b3a73e947daa158b.tar.gz
git-233cd282ad71e667082bae45b3a73e947daa158b.tar.bz2
connect: correct style of C-style comment
Documentation/CodingGuidelines explains: - Multi-line comments include their delimiters on separate lines from the text. E.g. /* * A very long * multi-line comment. */ Reported-by: Brandon Williams <bmwill@google.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/connect.c b/connect.c
index d603386..c3a014c 100644
--- a/connect.c
+++ b/connect.c
@@ -889,7 +889,8 @@ static struct child_process *git_connect_git(int fd[2], char *hostandport,
transport_check_allowed("git");
- /* These underlying connection commands die() if they
+ /*
+ * These underlying connection commands die() if they
* cannot connect.
*/
if (git_use_proxy(hostandport))