mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Try and fix up some bogus indentation leftovers from emacs several
years ago.
This commit is contained in:
parent
a03884671d
commit
e1669132dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65127
@ -100,7 +100,7 @@ main(int ac, char **av)
|
||||
{
|
||||
struct kinfo_proc *procs = NULL, *newprocs;
|
||||
struct stat sb;
|
||||
struct passwd *pw;
|
||||
struct passwd *pw;
|
||||
regex_t rgx;
|
||||
regmatch_t pmatch;
|
||||
int i, j;
|
||||
@ -119,7 +119,7 @@ main(int ac, char **av)
|
||||
uid_t thisuid;
|
||||
dev_t thistdev;
|
||||
int sig = SIGTERM;
|
||||
const char *const * p;
|
||||
const char *const *p;
|
||||
char *ep;
|
||||
int errors = 0;
|
||||
int mib[3];
|
||||
|
Loading…
Reference in New Issue
Block a user