Whitespace.

This commit is contained in:
Etienne Samson 2013-08-09 13:14:19 +02:00
parent b622aabec0
commit eec4dcc34b

View File

@ -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 {