summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-04 12:38:57 +0000
committerharti <harti@FreeBSD.org>2005-02-04 12:38:57 +0000
commit92c06224cb023daaa051bf8e1d9623a8103ab127 (patch)
tree9f328f2c109b19bb6758b3caa82905c3e6085b9d /usr.bin/make/make.c
parent4a76daab987176b978720f150b70d01937946579 (diff)
downloadFreeBSD-src-92c06224cb023daaa051bf8e1d9623a8103ab127.zip
FreeBSD-src-92c06224cb023daaa051bf8e1d9623a8103ab127.tar.gz
General whitespace cleanup: remove mixes of tabs and spaces, remove
space after function names, remove spaces on emtpy lines. Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/make.c')
-rw-r--r--usr.bin/make/make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index 1f11840..a353e7a 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -504,7 +504,7 @@ Make_Update(GNode *cgn)
*/
cpref = Var_Value(PREFIX, cgn, &ptr);
for (ln = Lst_First(&cgn->iParents); ln != NULL; ln = Lst_Succ(ln)) {
- pgn = Lst_Datum (ln);
+ pgn = Lst_Datum(ln);
if (pgn->make) {
Var_Set(IMPSRC, cname, pgn);
Var_Set(PREFIX, cpref, pgn);
OpenPOWER on IntegriCloud