Skip to content

Commit a1b475e

Browse files
committed
sha1_name.c: indentation fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 828ea97 commit a1b475e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sha1_name.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ static int find_short_packed_object(int len, const unsigned char *match, unsigne
103103
}
104104
if (first < num) {
105105
const unsigned char *now, *next;
106-
now = nth_packed_object_sha1(p, first);
106+
now = nth_packed_object_sha1(p, first);
107107
if (match_sha(len, match, now)) {
108108
next = nth_packed_object_sha1(p, first+1);
109-
if (!next|| !match_sha(len, match, next)) {
109+
if (!next|| !match_sha(len, match, next)) {
110110
/* unique within this pack */
111111
if (!found) {
112112
found_sha1 = now;

0 commit comments

Comments
 (0)