summaryrefslogtreecommitdiffstats
path: root/bin/pax/ftree.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit188803394908f222ab3ed8ec32331eb6dd00fd2d (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/pax/ftree.c
parent8737971a6da37e8fb1df8b8129813b45db5d6261 (diff)
downloadFreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip
FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/pax/ftree.c')
-rw-r--r--bin/pax/ftree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c
index 037c070..6f2b14b 100644
--- a/bin/pax/ftree.c
+++ b/bin/pax/ftree.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: ftree.c,v 1.2 1994/09/24 02:56:20 davidg Exp $
*/
#ifndef lint
@@ -214,7 +214,7 @@ ftree_sel(arcn)
* when file trees are supplied pax as args. The list is not used when
* the trees are read from stdin.
*/
- if (ftcur != NULL)
+ if (ftcur != NULL)
ftcur->refcnt = 1;
/*
@@ -307,7 +307,7 @@ ftree_arg()
if (fthead == NULL) {
/*
* the user didn't supply any args, get the file trees
- * to process from stdin;
+ * to process from stdin;
*/
if (fgets(farray[0], PAXPATHLEN+1, stdin) == NULL)
return(-1);
@@ -362,7 +362,7 @@ next_file(arcn)
/*
* ftree_sel() might have set the ftree_skip flag if the user has the
* -n option and a file was selected from this file arg tree. (-n says
- * only one member is matched for each pattern) ftree_skip being 1
+ * only one member is matched for each pattern) ftree_skip being 1
* forces us to go to the next arg now.
*/
if (ftree_skip) {
OpenPOWER on IntegriCloud