mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 10:17:20 +00:00
Whitespace.
This commit is contained in:
parent
b622aabec0
commit
eec4dcc34b
@ -220,7 +220,7 @@ static int git_ssh_extract_url_parts(
|
||||
|
||||
at = strchr(url, '@');
|
||||
if (at) {
|
||||
start = at+1;
|
||||
start = at + 1;
|
||||
*username = git__substrdup(url, at - url);
|
||||
GITERR_CHECK_ALLOC(*username);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user