Skip to content

Commit 233cd28

Browse files
jrngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3fa5e0d commit 233cd28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: connect.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,8 @@ static struct child_process *git_connect_git(int fd[2], char *hostandport,
889889

890890
transport_check_allowed("git");
891891

892-
/* These underlying connection commands die() if they
892+
/*
893+
* These underlying connection commands die() if they
893894
* cannot connect.
894895
*/
895896
if (git_use_proxy(hostandport))

0 commit comments

Comments
 (0)