mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Nuke whitespace at EOL.
This commit is contained in:
parent
ec7e38fb22
commit
9ffb7cd974
2 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ eatoi(const char *s)
|
|||
if (l > INT_MAX || *cp != '\0')
|
||||
errx(1, "error converting to integer: %s", s);
|
||||
return ((int)l);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* As atonum(), but the result of failure is death.
|
||||
|
|
@ -131,7 +131,7 @@ eatonum(const char *s)
|
|||
if (!atonum(s, &num))
|
||||
errx(1, "error converting to number: %s", s); /* XXX clarify */
|
||||
return (num);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Read a line from a /FILE/. If the return value isn't 0, it is the
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ rule_show(int ac __unused, char **av)
|
|||
err(1, "ioctl DEVFSIO_RGETNEXT");
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
rule_showsets(int ac, char **av __unused)
|
||||
|
|
|
|||
Loading…
Reference in a new issue