summaryrefslogtreecommitdiffstats
path: root/bin/rcp/util.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-08-01 05:12:39 +0000
committerobrien <obrien@FreeBSD.org>2001-08-01 05:12:39 +0000
commitb8605bc696bf599ed60af9d0f98ebd1d51347ae1 (patch)
tree91a19f304095e06ddbe656ca8eb3df7db0160e9e /bin/rcp/util.c
parent9df97b6d1e253beb4fd91c3dbfc8f80381178107 (diff)
downloadFreeBSD-src-b8605bc696bf599ed60af9d0f98ebd1d51347ae1.zip
FreeBSD-src-b8605bc696bf599ed60af9d0f98ebd1d51347ae1.tar.gz
style(9)
Diffstat (limited to 'bin/rcp/util.c')
-rw-r--r--bin/rcp/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/util.c b/bin/rcp/util.c
index 8f6f123..6e82007 100644
--- a/bin/rcp/util.c
+++ b/bin/rcp/util.c
@@ -98,7 +98,7 @@ okname(cp0)
c = *cp;
if (c & 0200)
goto bad;
- if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-' && c != '.' )
+ if (!isalpha(c) && !isdigit(c) && c != '_' && c != '-' && c != '.')
goto bad;
} while (*++cp);
return (1);
OpenPOWER on IntegriCloud