mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +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, '@');
|
at = strchr(url, '@');
|
||||||
if (at) {
|
if (at) {
|
||||||
start = at+1;
|
start = at + 1;
|
||||||
*username = git__substrdup(url, at - url);
|
*username = git__substrdup(url, at - url);
|
||||||
GITERR_CHECK_ALLOC(*username);
|
GITERR_CHECK_ALLOC(*username);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user