summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/for.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-10 14:39:05 +0000
committerharti <harti@FreeBSD.org>2005-02-10 14:39:05 +0000
commit1735ff6669ca8ed16a863a22389d49b1a5e8a221 (patch)
tree1c34bd675ae0911ed46c0772df85b61e31f351db /usr.bin/make/for.c
parent7e0569095f624d1af6eb91b17b4f77c472374224 (diff)
downloadFreeBSD-src-1735ff6669ca8ed16a863a22389d49b1a5e8a221.zip
FreeBSD-src-1735ff6669ca8ed16a863a22389d49b1a5e8a221.tar.gz
Fix spacing by converting mixes of space and tab to tab. Also add a number
of empty lines in appropriate places. Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/for.c')
-rw-r--r--usr.bin/make/for.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c
index d254e2e..fbbcc29 100644
--- a/usr.bin/make/for.c
+++ b/usr.bin/make/for.c
@@ -251,8 +251,8 @@ For_Eval(char *line)
static int
ForExec(void *namep, void *argp)
{
- char *name = namep;
- For *arg = argp;
+ char *name = namep;
+ For *arg = argp;
Var_Set(arg->var, name, VAR_GLOBAL);
DEBUGF(FOR, ("--- %s = %s\n", arg->var, name));
OpenPOWER on IntegriCloud