summaryrefslogtreecommitdiff
path: root/usr.bin/make/lowparse.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-09-17 09:28:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-09-17 09:28:37 +0000
commit5c2bd4e040646f212484a6bc318cb1ee3e40d23c (patch)
tree8c0879c7efde812e7c2f52377b2c62d6a196dbc6 /usr.bin/make/lowparse.h
parentabb245a8e4236a1315832a1f3c30be4cb450be65 (diff)
kill extra spaces at end of line
Diffstat (limited to 'usr.bin/make/lowparse.h')
-rw-r--r--usr.bin/make/lowparse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/lowparse.h b/usr.bin/make/lowparse.h
index 404d22b1c39..2fd910f848d 100644
--- a/usr.bin/make/lowparse.h
+++ b/usr.bin/make/lowparse.h
@@ -2,7 +2,7 @@
#define LOWPARSE_H
/* $OpenPackages$ */
-/* $OpenBSD: lowparse.h,v 1.4 2001/05/23 12:34:45 espie Exp $ */
+/* $OpenBSD: lowparse.h,v 1.5 2007/09/17 09:28:36 espie Exp $ */
/*
* Copyright (c) 1999 Marc Espie.
@@ -40,7 +40,7 @@
* Parse_Fromxxx(source);
* do {
* while ((line = Parse_ReadNormalLine(&buf)) != NULL) {
- * handle line, use Parse_Fromxxx to push includes,
+ * handle line, use Parse_Fromxxx to push includes,
* Parse_ReadNextConditional to get over non-conditional lines.
* or Parse_ReadUnparsedLine to handle special cases manually.
* }