mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
diff3: Fix indentation
Sponsored by: Klara, Inc.
This commit is contained in:
parent
9f35dbfdc6
commit
85d92faf43
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue