summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commita14d555c873398b14776ca4f2c33f9c69617afb9 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/rdist
parentf3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff)
downloadFreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip
FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r--usr.bin/rdist/docmd.c4
-rw-r--r--usr.bin/rdist/server.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c
index 39a9d5d..8c4a1a2 100644
--- a/usr.bin/rdist/docmd.c
+++ b/usr.bin/rdist/docmd.c
@@ -34,7 +34,7 @@
#ifndef lint
/*static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";*/
static const char rcsid[] =
- "$Id$";
+ "$Id: docmd.c,v 1.2 1995/02/21 04:32:54 wollman Exp $";
#endif /* not lint */
#include "defs.h"
@@ -610,7 +610,7 @@ except(file)
return(1);
continue;
}
- val = regcomp(&rx, nl->n_name,
+ val = regcomp(&rx, nl->n_name,
REG_EXTENDED | REG_NOSUB);
if (!regexec(&rx, file, 0, 0, 0)) {
regfree(&rx);
diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c
index aa33936..0347052 100644
--- a/usr.bin/rdist/server.c
+++ b/usr.bin/rdist/server.c
@@ -559,7 +559,7 @@ update(rname, opts, stp)
register off_t size;
register time_t mtime;
- if (debug)
+ if (debug)
printf("update(%s, %x, %x)\n", rname, opts, stp);
/*
@@ -597,7 +597,7 @@ again:
case '\3':
*--cp = '\0';
- if (lfp != NULL)
+ if (lfp != NULL)
log(lfp, "update: note: %s\n", s);
goto again;
OpenPOWER on IntegriCloud