зеркало из https://github.com/microsoft/git.git
object-file: fix indent-with-space
Commit b25562e63f
(object-file: inline calls to read_object(),
2023-01-07) accidentally indented a conditional block with spaces
instead of a tab.
Reported-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
c2f32bef9c
Коммит
15b63689a1
|
@ -1708,7 +1708,7 @@ void *repo_read_object_file(struct repository *r,
|
|||
oi.sizep = size;
|
||||
oi.contentp = &data;
|
||||
if (oid_object_info_extended(r, oid, &oi, flags))
|
||||
return NULL;
|
||||
return NULL;
|
||||
|
||||
return data;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче