diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:28:37 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-17 09:28:37 +0000 |
commit | 5c2bd4e040646f212484a6bc318cb1ee3e40d23c (patch) | |
tree | 8c0879c7efde812e7c2f52377b2c62d6a196dbc6 /usr.bin/make/dir.h | |
parent | abb245a8e4236a1315832a1f3c30be4cb450be65 (diff) |
kill extra spaces at end of line
Diffstat (limited to 'usr.bin/make/dir.h')
-rw-r--r-- | usr.bin/make/dir.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index b49583c8b58..65b9fc66cd0 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -2,7 +2,7 @@ #define DIR_H /* $OpenPackages$ */ -/* $OpenBSD: dir.h,v 1.21 2007/09/16 14:29:33 espie Exp $ */ +/* $OpenBSD: dir.h,v 1.22 2007/09/17 09:28:36 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* @@ -82,8 +82,8 @@ extern void Dir_AddDiri(Lst, const char *, const char *); */ extern void Dir_Concat(Lst, Lst); -/* Dir_Destroy(d); - * Destroy a directory in a search path. +/* Dir_Destroy(d); + * Destroy a directory in a search path. */ extern void Dir_Destroy(void *); @@ -103,7 +103,7 @@ extern void Dir_PrintPath(Lst); */ /* fullname = Dir_FindFileComplexi(name, end, path, checkCurdirFirst) - * Searches for a file (name, end) on a given search path. If it exists, + * Searches for a file (name, end) on a given search path. If it exists, * return the fullname of the file, otherwise NULL. * The fullname is always a copy, and the caller is responsible for * free()ing it. @@ -120,7 +120,7 @@ extern char *Dir_FindFileComplexi(const char *, const char *, Lst, bool); /* stamp = Dir_MTime(gn); * Return the modification time of node gn, searching along - * the default search path. + * the default search path. * Side effect: the path and mtime fields of gn are filled in. * Return specific value if file can't be found, to be tested by * is_out_of_date(). @@ -130,13 +130,13 @@ extern TIMESTAMP Dir_MTime(GNode *); -/* +/* * Misc */ /* string = Dir_MakeFlags(flag, path); - * Given a search path and a command flag, create a string with each - * of the directories in the path preceded by the command flag and all + * Given a search path and a command flag, create a string with each + * of the directories in the path preceded by the command flag and all * of them separated by spaces. */ extern char *Dir_MakeFlags(const char *, Lst); @@ -150,6 +150,6 @@ extern Lst defaultPath; struct PathEntry; extern struct PathEntry *dot; /* Handles wildcard expansion on a given directory. */ -extern void Dir_MatchFilesi(const char *, const char *, struct PathEntry *, +extern void Dir_MatchFilesi(const char *, const char *, struct PathEntry *, Lst); #endif /* DIR_H */ |