]> git.ipfire.org Git - thirdparty/git.git/commit - connect.c
connect: correct style of C-style comment
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 20 Nov 2017 22:04:58 +0000 (14:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Nov 2017 05:01:03 +0000 (14:01 +0900)
commit233cd282ad71e667082bae45b3a73e947daa158b
treea35db4c14a155feff403bd6cd164bc6435df3f1c
parent3fa5e0d07a979dfd1a1095a9dda4904c62189e00
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>
connect.c