diff3: Fix indentation

Sponsored by:	Klara, Inc.
This commit is contained in:
Tom Jones 2022-08-01 14:14:25 +01:00
parent 9f35dbfdc6
commit 85d92faf43

View File

@ -570,7 +570,7 @@ printrange(FILE *p, struct range *r)
return;
if (r->from > r->to)
errx(EXIT_FAILURE, "invalid print range");
errx(EXIT_FAILURE, "invalid print range");
/*
* XXX-THJ: We read through all of the file for each range printed.