diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:44:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:44:21 +0000 |
commit | a6237e9b62bb20748d77c73b62ed87c5e10aee6f (patch) | |
tree | 58712e4f1b1219a49495c27582c8c546b4f1cb50 /usr.bin/make/parsevar.c | |
parent | 0cff0af9568fe7948bf146b4509fc6fd3563615a (diff) |
zap more spaces at end of line
Diffstat (limited to 'usr.bin/make/parsevar.c')
-rw-r--r-- | usr.bin/make/parsevar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/parsevar.c b/usr.bin/make/parsevar.c index 96fe0734673..d7fcb8c005b 100644 --- a/usr.bin/make/parsevar.c +++ b/usr.bin/make/parsevar.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: parsevar.c,v 1.10 2007/09/17 09:28:36 espie Exp $ */ +/* $OpenBSD: parsevar.c,v 1.11 2007/09/17 09:44:20 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -80,7 +80,7 @@ parse_variable_assignment(const char *line, int ctxt) #define VAR_APPEND 2 #define VAR_SHELL 4 #define VAR_OPT 8 - int type; + int type; struct Name name; arg = VarName_Get(line, &name, NULL, true, |