diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/man/manpath | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r-- | gnu/usr.bin/man/manpath/manpath.c | 8 | ||||
-rw-r--r-- | gnu/usr.bin/man/manpath/manpath.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c index ccf7a55..294ffaf 100644 --- a/gnu/usr.bin/man/manpath/manpath.c +++ b/gnu/usr.bin/man/manpath/manpath.c @@ -5,7 +5,7 @@ * * You may distribute under the terms of the GNU General Public * License as specified in the file COPYING that comes with the man - * distribution. + * distribution. * * John W. Eaton * jwe@che.utexas.edu @@ -490,7 +490,7 @@ add_dir_to_list (lp, dir, perrs) /* * Check to see if the current directory has man or MAN - * subdirectories. + * subdirectories. */ char * has_subdirs (p) @@ -507,12 +507,12 @@ has_subdirs (p) memcpy (t, p, len); strcpy (t + len, "/man"); - + if (is_directory (t) == 1) return t; strcpy (t + len, "/MAN"); - + if (is_directory (t) == 1) return t; diff --git a/gnu/usr.bin/man/manpath/manpath.h b/gnu/usr.bin/man/manpath/manpath.h index a61761f..3039bd9 100644 --- a/gnu/usr.bin/man/manpath/manpath.h +++ b/gnu/usr.bin/man/manpath/manpath.h @@ -5,7 +5,7 @@ * * You may distribute under the terms of the GNU General Public * License as specified in the file COPYING that comes with the man - * distribution. + * distribution. * * John W. Eaton * jwe@che.utexas.edu |