diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
commit | 188803394908f222ab3ed8ec32331eb6dd00fd2d (patch) | |
tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/csh/glob.c | |
parent | 8737971a6da37e8fb1df8b8129813b45db5d6261 (diff) | |
download | FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz |
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/csh/glob.c')
-rw-r--r-- | bin/csh/glob.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/csh/glob.c b/bin/csh/glob.c index aa967a0..2dd0895 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: glob.c,v 1.2 1994/09/24 02:54:05 davidg Exp $ */ #ifndef lint @@ -574,7 +574,7 @@ tglob(t) */ if (c == '`') { gflag |= G_CSH; - while (*p && *p != '`') + while (*p && *p != '`') if (*p++ == '\\') { if (*p) /* Quoted chars */ p++; @@ -806,7 +806,7 @@ pword() pnleft = MAXPATHLEN - 4; } -int +int Gmatch(string, pattern) Char *string, *pattern; { @@ -829,7 +829,7 @@ Gmatch(string, pattern) blkfree(blk); return(gres == gpol); -} +} static int pmatch(string, pattern) @@ -870,7 +870,7 @@ pmatch(string, pattern) (*(pattern-2) & TRIM) <= stringc); pattern++; } - else + else match = (stringc == (rangec & TRIM)); } if (rangec == 0) |