зеркало из https://github.com/microsoft/git.git
revision.c: fix whitespace
Here, four spaces were used instead of tab characters. Reported-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
2dd4fed927
Коммит
dc8e95ba7c
|
@ -695,11 +695,11 @@ static void prepare_to_use_bloom_filter(struct rev_info *revs)
|
|||
|
||||
/* remove single trailing slash from path, if needed */
|
||||
if (pi->match[last_index] == '/') {
|
||||
path_alloc = xstrdup(pi->match);
|
||||
path_alloc[last_index] = '\0';
|
||||
path = path_alloc;
|
||||
path_alloc = xstrdup(pi->match);
|
||||
path_alloc[last_index] = '\0';
|
||||
path = path_alloc;
|
||||
} else
|
||||
path = pi->match;
|
||||
path = pi->match;
|
||||
|
||||
len = strlen(path);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче