From 080ba9b945de53f4e7afb465e44989ee2c339e70 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 17 Sep 2007 09:45:38 +0000 Subject: more zap spaces --- usr.bin/make/var.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/make/var.c') diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 2a89d8ef243..84bc72d3383 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: var.c,v 1.78 2007/09/17 09:44:20 espie Exp $ */ +/* $OpenBSD: var.c,v 1.79 2007/09/17 09:45:37 espie Exp $ */ /* $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $ */ /* @@ -191,7 +191,7 @@ typedef struct Var_ { #define VAR_FROM_ENV 8 /* Special source: environment */ #define VAR_SEEN_ENV 16 /* No need to go look up environment again */ #define VAR_SHELL 32 /* Magic behavior */ - + #define POISONS (POISON_NORMAL | POISON_EMPTY | POISON_NOT_DEFINED) /* Defined in var.h */ char name[1]; /* the variable's name */ -- cgit v1.2.3