Commit eec4dcc3 by Etienne Samson

Whitespace.

parent b622aabe
...@@ -220,7 +220,7 @@ static int git_ssh_extract_url_parts( ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment