mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 22:32:33 +00:00
Make comment conform to style guide
Style guide says // style comments should be avoided.
This commit is contained in:
parent
877282ea6f
commit
8b2ad593a8
@ -91,7 +91,8 @@ static int transport_find_fn(
|
||||
|
||||
/* It could be a SSH remote path. Check to see if there's a : */
|
||||
if (!definition && strrchr(url, ':')) {
|
||||
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
|
||||
/* re-search transports again with ssh:// as url
|
||||
* so that we can find a third party ssh transport */
|
||||
definition = transport_find_by_url("ssh://");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user