Skip to content

Commit 8b2ad59

Browse files
committed
Make comment conform to style guide
Style guide says // style comments should be avoided.
1 parent 877282e commit 8b2ad59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/transport.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ static int transport_find_fn(
9191

9292
/* It could be a SSH remote path. Check to see if there's a : */
9393
if (!definition && strrchr(url, ':')) {
94-
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
94+
/* re-search transports again with ssh:// as url
95+
* so that we can find a third party ssh transport */
9596
definition = transport_find_by_url("ssh://");
9697
}
9798

0 commit comments

Comments
 (0)