git: 85d92faf434a - main - diff3: Fix indentation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 13:15:30 UTC
The branch main has been updated by thj: URL: https://cgit.FreeBSD.org/src/commit/?id=85d92faf434ac8b336d09dfbce5c324fa53c4bc1 commit 85d92faf434ac8b336d09dfbce5c324fa53c4bc1 Author: Tom Jones <thj@FreeBSD.org> AuthorDate: 2022-08-01 13:14:25 +0000 Commit: Tom Jones <thj@FreeBSD.org> CommitDate: 2022-08-01 13:14:25 +0000 diff3: Fix indentation Sponsored by: Klara, Inc. --- usr.bin/diff3/diff3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index 514e78c79ed6..f3058e0d5c4e 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -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.