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/timestamp.h | |
parent | 0cff0af9568fe7948bf146b4509fc6fd3563615a (diff) |
zap more spaces at end of line
Diffstat (limited to 'usr.bin/make/timestamp.h')
-rw-r--r-- | usr.bin/make/timestamp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/timestamp.h b/usr.bin/make/timestamp.h index 10875257247..5423d79620b 100644 --- a/usr.bin/make/timestamp.h +++ b/usr.bin/make/timestamp.h @@ -2,7 +2,7 @@ #define TIMESTAMP_H /* $OpenPackages$ */ -/* $OpenBSD: timestamp.h,v 1.3 2007/09/17 09:28:36 espie Exp $ */ +/* $OpenBSD: timestamp.h,v 1.4 2007/09/17 09:44:20 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -36,7 +36,7 @@ * ts_set_out_of_date(t): set up t so that it is out-of-date. * b = is_out_of_date(t): check whether t is out-of-date. * ts_set_from_stat(s, t): grab date out of stat(2) buffer. - * b = is_strictly_before(t1, t2): + * b = is_strictly_before(t1, t2): * check whether t1 is before t2. * stamp = timestamp2time_t(t): extract time_t from timestamp. * ts_set_from_time_t(d, t): create timestamp from time_t. |