summaryrefslogtreecommitdiff
path: root/usr.bin/make/garray.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-09-17 09:44:21 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-09-17 09:44:21 +0000
commita6237e9b62bb20748d77c73b62ed87c5e10aee6f (patch)
tree58712e4f1b1219a49495c27582c8c546b4f1cb50 /usr.bin/make/garray.h
parent0cff0af9568fe7948bf146b4509fc6fd3563615a (diff)
zap more spaces at end of line
Diffstat (limited to 'usr.bin/make/garray.h')
-rw-r--r--usr.bin/make/garray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/garray.h b/usr.bin/make/garray.h
index 388791edff1..0e934800d85 100644
--- a/usr.bin/make/garray.h
+++ b/usr.bin/make/garray.h
@@ -2,7 +2,7 @@
#define GARRAY_H
/* $OpenPackages$ */
-/* $OpenBSD: garray.h,v 1.1 2001/06/12 22:44:21 espie Exp $ */
+/* $OpenBSD: garray.h,v 1.2 2007/09/17 09:44:20 espie Exp $ */
/* Growable array implementation */
/*
@@ -42,7 +42,7 @@ do { \
for (ln = Lst_First((l1)); ln != NULL; ln = Lst_Adv(ln))\
Array_AtEnd((l2), Lst_Datum(ln)); \
} while (0)
-
+
#ifdef STATS_GROW
#define MAY_INCREASE_STATS STAT_GROWARRAY++
#else