Try and fix up some bogus indentation leftovers from emacs several

years ago.
This commit is contained in:
Peter Wemm 2000-08-27 02:12:29 +00:00
parent a03884671d
commit e1669132dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65127

View File

@ -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];