Skip to content

Commit a264f22

Browse files
avargitster
authored andcommitted
sha1-name.c: remove stray newline
This stray newline was accidentally introduced in d2b7d9c ("sha1_name: convert disambiguate_hint_fn to take object_id", 2017-03-26). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f1cddd commit a264f22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sha1-name.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ static int show_ambiguous_object(const struct object_id *oid, void *data)
346346
struct strbuf desc = STRBUF_INIT;
347347
int type;
348348

349-
350349
if (ds->fn && !ds->fn(oid, ds->cb_data))
351350
return 0;
352351

0 commit comments

Comments
 (0)